You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2012/10/27 12:02:26 UTC

[43/49] git commit: CS-16586: Disable quick view for zone->guest network list

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 <br...@citrix.com>
Authored: Wed Oct 24 11:36:09 2012 -0700
Committer: Brian Federle <br...@citrix.com>
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',