mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
CLOUDSTACK-1432:Inconsistent field names in the cluster dialog box
This commit is contained in:
parent
8ba91fcd72
commit
699cb03308
@ -7317,7 +7317,7 @@
|
|||||||
title: 'label.add.cluster',
|
title: 'label.add.cluster',
|
||||||
fields: {
|
fields: {
|
||||||
zoneid: {
|
zoneid: {
|
||||||
label: 'Zone',
|
label: 'Zone Name',
|
||||||
docID: 'helpClusterZone',
|
docID: 'helpClusterZone',
|
||||||
validation: { required: true },
|
validation: { required: true },
|
||||||
select: function(args) {
|
select: function(args) {
|
||||||
@ -7412,7 +7412,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
podId: {
|
podId: {
|
||||||
label: 'label.pod',
|
label: 'Pod Name',
|
||||||
docID: 'helpClusterPod',
|
docID: 'helpClusterPod',
|
||||||
dependsOn: 'zoneid',
|
dependsOn: 'zoneid',
|
||||||
select: function(args) {
|
select: function(args) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user