You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by mt...@apache.org on 2015/09/19 03:31:49 UTC

[43/50] git commit: updated refs/heads/sf-plugins to 157efc3

Add " (in GB)" to the text of two fields


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

Branch: refs/heads/sf-plugins
Commit: c6e513a65d4b8a76690bf3eeb04fc39ec8fc27f8
Parents: 2faa48d
Author: Mike Tutkowski <mi...@solidfire.com>
Authored: Thu Jul 23 17:22:32 2015 -0600
Committer: Mike Tutkowski <mi...@solidfire.com>
Committed: Fri Sep 18 19:28:23 2015 -0600

----------------------------------------------------------------------
 ui/plugins/sfAdministration/sfAdministration.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c6e513a6/ui/plugins/sfAdministration/sfAdministration.js
----------------------------------------------------------------------
diff --git a/ui/plugins/sfAdministration/sfAdministration.js b/ui/plugins/sfAdministration/sfAdministration.js
index 68a3197..a5945a0 100644
--- a/ui/plugins/sfAdministration/sfAdministration.js
+++ b/ui/plugins/sfAdministration/sfAdministration.js
@@ -115,7 +115,7 @@
                       }
                     },
                     totalCapacity: {
-                      label: 'Total Capacity',
+                      label: 'Total Capacity (in GB)',
                       validation: {
                         required: true,
                         number: true
@@ -260,7 +260,7 @@
                         label: 'Username'
                       },
                       totalcapacity: {
-                        label: 'Total Capacity',
+                        label: 'Total Capacity (in GB)',
                         isEditable: true
                       },
                       totalminiops: {