Updated Branches: refs/heads/master 8ba91fcd7 -> 699cb0330
CLOUDSTACK-1432:Inconsistent field names in the cluster dialog box Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/699cb033 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/699cb033 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/699cb033 Branch: refs/heads/master Commit: 699cb033086ed9026dc8ebe8e29700eac76cd457 Parents: 8ba91fc Author: Pranav Saxena <[email protected]> Authored: Thu Feb 28 02:25:31 2013 +0530 Committer: Pranav Saxena <[email protected]> Committed: Thu Feb 28 02:25:31 2013 +0530 ---------------------------------------------------------------------- ui/scripts/system.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/699cb033/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 3d99612..176b61c 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -7317,7 +7317,7 @@ title: 'label.add.cluster', fields: { zoneid: { - label: 'Zone', + label: 'Zone Name', docID: 'helpClusterZone', validation: { required: true }, select: function(args) { @@ -7412,7 +7412,7 @@ } }, podId: { - label: 'label.pod', + label: 'Pod Name', docID: 'helpClusterPod', dependsOn: 'zoneid', select: function(args) {
