Author: justi9
Date: 2008-12-05 16:23:42 -0500 (Fri, 05 Dec 2008)
New Revision: 2940
Modified:
mgmt/trunk/cumin/python/cumin/model.py
Log:
Add the grid icon to the pool view
Modified: mgmt/trunk/cumin/python/cumin/model.py
===================================================================
--- mgmt/trunk/cumin/python/cumin/model.py 2008-12-05 20:50:04 UTC (rev 2939)
+++ mgmt/trunk/cumin/python/cumin/model.py 2008-12-05 21:23:42 UTC (rev 2940)
@@ -1921,6 +1921,9 @@
return title
+ def get_icon_href(self, session):
+ return "resource?name=cluster-36.png"
+
class OtherPools(CuminProperty):
def get_title(self, session):
return ""
Show replies by date