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/0d79c5c3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/0d79c5c3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/0d79c5c3 Branch: refs/heads/marvin-parallel Commit: 0d79c5c34e8b4c4e3299e3a8895f5e6d4d347577 Parents: a5343ca Author: Brian Federle <[email protected]> Authored: Wed Oct 24 11:36:09 2012 -0700 Committer: Prasanna Santhanam <[email protected]> Committed: Thu Oct 25 13:47:31 2012 +0530 ---------------------------------------------------------------------- ui/scripts/system.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/0d79c5c3/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',
