Author: eallen
Date: 2008-11-26 11:06:25 -0500 (Wed, 26 Nov 2008)
New Revision: 2887
Modified:
mgmt/trunk/cumin/python/cumin/model.py
Log:
Move "See Other Pools" link to top
Modified: mgmt/trunk/cumin/python/cumin/model.py
===================================================================
--- mgmt/trunk/cumin/python/cumin/model.py 2008-11-26 15:51:20 UTC (rev 2886)
+++ mgmt/trunk/cumin/python/cumin/model.py 2008-11-26 16:06:25 UTC (rev 2887)
@@ -1874,15 +1874,15 @@
def __init__(self, model):
super(CuminPool, self).__init__(model, "pool", Pool)
- prop = CuminProperty(self, "id")
- prop.title = "Collector ID"
- prop.summary = True
-
prop = self.OtherPools(self, "others")
prop.title = "See Other Pools"
prop.escape = False
prop.summary = True
+ prop = CuminProperty(self, "id")
+ prop.title = "Collector ID"
+ prop.summary = True
+
stat = self.PercentStat(self, "Running")
stat.title = "Running Jobs"
Show replies by date