From cd5ecfb763b764986656280263a812d5d7b312d4 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Mon, 25 Nov 2013 14:32:16 -0800 Subject: [PATCH] CLOUDSTACK-4793: UI > Virtual Routers > Select View > group by cluster > detailView > add pod name, zone name. --- ui/scripts/system.js | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index e7c535ecea4..f0e4cfd0a4f 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -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: {