Updated Branches: refs/heads/master 7d4b298d2 -> 3d5ff393d
CLOUDSTACK-4793: UI > Virtual Routers > Select View > group by cluster > detailView > add pod name, zone name. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3d5ff393 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3d5ff393 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/3d5ff393 Branch: refs/heads/master Commit: 3d5ff393da6bb070aa28680c35210215615c5ea6 Parents: 7d4b298 Author: Jessica Wang <[email protected]> Authored: Mon Nov 25 14:32:16 2013 -0800 Committer: Jessica Wang <[email protected]> Committed: Mon Nov 25 14:33:04 2013 -0800 ---------------------------------------------------------------------- ui/scripts/system.js | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3d5ff393/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index e7c535e..f0e4cfd 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: {
