Author: eallen
Date: 2009-03-27 10:55:20 -0400 (Fri, 27 Mar 2009)
New Revision: 3232
Modified:
mgmt/trunk/cumin/python/cumin/system.py
Log:
Increasing size of slot vis for systems
Modified: mgmt/trunk/cumin/python/cumin/system.py
===================================================================
--- mgmt/trunk/cumin/python/cumin/system.py 2009-03-27 14:49:02 UTC (rev 3231)
+++ mgmt/trunk/cumin/python/cumin/system.py 2009-03-27 14:55:20 UTC (rev 3232)
@@ -156,7 +156,7 @@
return sysimage.nodeName
def render_slot_clip_size(self, session, *args):
- return 120
+ return 240
class SystemView(CuminView):
def __init__(self, app, name):
Show replies by date