mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6227: Don't show API/secret key fields in quickview
This commit is contained in:
parent
e65d6bd3a8
commit
9b16a6dfdc
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue