Updated Branches: refs/heads/4.3 807fad663 -> 483f304ef
Revert "Disable VR UI quickview, due to technical limitations" This reverts commit 807fad6634ab616dcd27e51526e564f27e1668a7. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/483f304e Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/483f304e Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/483f304e Branch: refs/heads/4.3 Commit: 483f304efdf929efcdc282de3366380cec1d9dca Parents: 807fad6 Author: Brian Federle <[email protected]> Authored: Mon Nov 25 16:15:50 2013 -0800 Committer: Brian Federle <[email protected]> Committed: Mon Nov 25 16:15:50 2013 -0800 ---------------------------------------------------------------------- ui/scripts/system.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/483f304e/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index b9a27be..8f1572a 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -7636,7 +7636,6 @@ }); }, detailView: { - noCompact: true, name: 'Virtual applicance details', actions: { start: { @@ -8277,8 +8276,7 @@ }); }, detailView: { - noCompact: true, - name: 'Virtual Routers group by zone', + name: 'Virtual Routers group by zone', actions: { upgradeRouterToUseNewerTemplate: { label: 'Upgrade Router to Use Newer Template', @@ -8494,7 +8492,6 @@ }); }, detailView: { - noCompact: true, name: 'Virtual Routers group by pod', actions: { upgradeRouterToUseNewerTemplate: { @@ -8714,7 +8711,6 @@ }); }, detailView: { - noCompact: true, name: 'Virtual Routers group by cluster', actions: { upgradeRouterToUseNewerTemplate: {
