From 61a6aada07106236cb350818f45ee56ad2bd9eec Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Wed, 24 Oct 2012 11:36:09 -0700 Subject: [PATCH] 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. --- ui/scripts/system.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index ef172c137d4..ef18601c161 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',