From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 6 Nov 2007 19:29:16 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions StorageReport.py Message-ID: <20071106192916.28574.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe at sourceware.org 2007-11-06 19:29:16 Modified files: luci/site/luci/Extensions: StorageReport.py Log message: Fix Bugzilla Bug 253727: RFE: graphical view should be default in partiton tables view Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/StorageReport.py.diff?cvsroot=cluster&r1=1.28&r2=1.29 --- conga/luci/site/luci/Extensions/StorageReport.py 2007/09/24 21:19:42 1.28 +++ conga/luci/site/luci/Extensions/StorageReport.py 2007/11/06 19:29:15 1.29 @@ -479,8 +479,7 @@ if mapper_type == MAPPER_VG_TYPE: link_snapshots(mapper_ret) - # cylinders work properly for VGs only, for now - mapper_ret['graphical_view'] = mapper_type != MAPPER_PT_TYPE + mapper_ret['graphical_view'] = True if mapper_ret['graphical_view']: mapper_ret['mappings-view_css_classnames'] = { 'graphical_view': 'visible',