CLOUDSTACK-6227: Don't show API/secret key fields in quickview

This commit is contained in:
Brian Federle 2014-03-28 10:23:18 -07:00
parent e65d6bd3a8
commit 9b16a6dfdc
1 changed files with 8 additions and 8 deletions

View File

@ -1374,14 +1374,6 @@
state: {
label: 'label.state'
},
apikey: {
label: 'label.api.key',
isCopyPaste: true
},
secretkey: {
label: 'label.secret.key',
isCopyPaste: true
},
account: {
label: 'label.account.name'
},
@ -1394,6 +1386,14 @@
domain: {
label: 'label.domain'
},
apikey: {
label: 'label.api.key',
isCopyPaste: true
},
secretkey: {
label: 'label.secret.key',
isCopyPaste: true
},
email: {
label: 'label.email',
isEditable: true,