You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by je...@apache.org on 2013/10/07 22:34:58 UTC

git commit: updated refs/heads/4.2 to b61cdc3

Updated Branches:
  refs/heads/4.2 90aa2f2e3 -> b61cdc3e6


CLOUDSTACK4515: UI > Settings tab of zone/cluster/account/primaryStorage detailView > add Description field.


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

Branch: refs/heads/4.2
Commit: b61cdc3e6d4d1841e06d86878741400951a12366
Parents: 90aa2f2
Author: Jessica Wang <je...@apache.org>
Authored: Mon Oct 7 13:33:17 2013 -0700
Committer: Jessica Wang <je...@apache.org>
Committed: Mon Oct 7 13:33:17 2013 -0700

----------------------------------------------------------------------
 ui/scripts/ui-custom/granularSettings.js | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b61cdc3e/ui/scripts/ui-custom/granularSettings.js
----------------------------------------------------------------------
diff --git a/ui/scripts/ui-custom/granularSettings.js b/ui/scripts/ui-custom/granularSettings.js
index 06aa82a..5ab60b7 100644
--- a/ui/scripts/ui-custom/granularSettings.js
+++ b/ui/scripts/ui-custom/granularSettings.js
@@ -29,6 +29,9 @@
                     name: {
                         label: 'label.name'
                     },
+                    description: {
+                        label: 'label.description'
+                    },
                     value: {
                         label: 'label.value',
                         editable: true