You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2014/03/28 18:23:43 UTC

git commit: updated refs/heads/4.4 to 61a0c12

Repository: cloudstack
Updated Branches:
  refs/heads/4.4 6d7978ea4 -> 61a0c128a


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


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/61a0c128
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/61a0c128
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/61a0c128

Branch: refs/heads/4.4
Commit: 61a0c128a741d39b118116482abbe5e56243dfce
Parents: 6d7978e
Author: Brian Federle <br...@citrix.com>
Authored: Fri Mar 28 10:23:18 2014 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Fri Mar 28 10:23:18 2014 -0700

----------------------------------------------------------------------
 ui/scripts/accounts.js | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/61a0c128/ui/scripts/accounts.js
----------------------------------------------------------------------
diff --git a/ui/scripts/accounts.js b/ui/scripts/accounts.js
index 2b83f1a..ced9da0 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,