CLOUDSTACK-1432:Inconsistent field names in the cluster dialog box

This commit is contained in:
Pranav Saxena 2013-02-28 02:25:31 +05:30
parent 8ba91fcd72
commit 699cb03308

View File

@ -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) {