From 9b16a6dfdc827fbeafde75ee4a1d027cacd2f4be Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Fri, 28 Mar 2014 10:23:18 -0700 Subject: [PATCH] CLOUDSTACK-6227: Don't show API/secret key fields in quickview --- ui/scripts/accounts.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/scripts/accounts.js b/ui/scripts/accounts.js index 2b83f1a5829..ced9da0f0d5 100644 --- a/ui/scripts/accounts.js +++ b/ui/scripts/accounts.js @@ -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,