CVSROOT:        /cvs/cluster
Module name:    conga
Changes by:     [EMAIL PROTECTED]       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',

Reply via email to