CS-16586: Disable quick view for zone->guest network list Due to technical limitations, disable quick view for the guest networks list view under the zone traffic type section.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/61a6aada Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/61a6aada Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/61a6aada Branch: refs/heads/marvin-parallel Commit: 61a6aada07106236cb350818f45ee56ad2bd9eec Parents: 1deb31a Author: Brian Federle <[email protected]> Authored: Wed Oct 24 11:36:09 2012 -0700 Committer: Brian Federle <[email protected]> Committed: Wed Oct 24 11:37:13 2012 -0700 ---------------------------------------------------------------------- ui/scripts/system.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/61a6aada/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index ef172c1..ef18601 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -1516,6 +1516,7 @@ detailView: { name: 'Guest network details', + noCompact: true, viewAll: { path: '_zone.guestIpRanges', label: 'label.ip.ranges',
