mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-4793: UI > Virtual Routers > Select View > group by cluster > detailView > add pod name, zone name.
This commit is contained in:
parent
7d4b298d2d
commit
3d5ff393da
|
|
@ -9070,8 +9070,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
|
||||
//???
|
||||
routerGroupByCluster: {
|
||||
id: 'routerGroupByCluster',
|
||||
type: 'select',
|
||||
|
|
@ -9229,6 +9227,12 @@
|
|||
return 'No';
|
||||
}
|
||||
}
|
||||
},
|
||||
podname: {
|
||||
label: 'label.pod'
|
||||
},
|
||||
zonename: {
|
||||
label: 'zone'
|
||||
}
|
||||
}],
|
||||
dataProvider: function (args) {
|
||||
|
|
@ -9287,8 +9291,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
//???
|
||||
}
|
||||
}
|
||||
},
|
||||
systemVms: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue