CLOUDSTACK-4474: UI > Infrastructure > primary storage > detailView > add zone field.
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3a127186 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3a127186 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/3a127186 Branch: refs/heads/4.2 Commit: 3a127186cb40cd18fef254258f26d24c88acbedc Parents: bb78cb9 Author: Jessica Wang <[email protected]> Authored: Fri Aug 23 13:55:15 2013 -0700 Committer: Jessica Wang <[email protected]> Committed: Fri Aug 23 13:56:24 2013 -0700 ---------------------------------------------------------------------- ui/scripts/system.js | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3a127186/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 33a3a46..15b3ae2 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -13598,6 +13598,9 @@ label: 'label.storage.tags', isEditable: true }, + zonename: { + label: 'label.zone' + }, podname: { label: 'label.pod' },
