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:25:09 UTC

git commit: updated refs/heads/master to 9b16a6d

Repository: cloudstack
Updated Branches:
  refs/heads/master e65d6bd3a -> 9b16a6dfd


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/9b16a6df
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9b16a6df
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9b16a6df

Branch: refs/heads/master
Commit: 9b16a6dfdc827fbeafde75ee4a1d027cacd2f4be
Parents: e65d6bd
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:25:06 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9b16a6df/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,