CLOUDSTACK-4793: UI > Virtual Routers > Select View > group by cluster > detailView > add pod name, zone name.

This commit is contained in:
Jessica Wang 2013-11-25 14:32:16 -08:00
parent e8e1fd5860
commit cd5ecfb763
1 changed files with 7 additions and 4 deletions

View File

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