Author: eallen
Date: 2009-04-29 14:52:33 -0400 (Wed, 29 Apr 2009)
New Revision: 3347
Modified:
mgmt/trunk/cumin/python/cumin/model.py
Log:
Changed Collector title to prevent wrapping.
Modified: mgmt/trunk/cumin/python/cumin/model.py
===================================================================
--- mgmt/trunk/cumin/python/cumin/model.py 2009-04-29 18:49:35 UTC (rev 3346)
+++ mgmt/trunk/cumin/python/cumin/model.py 2009-04-29 18:52:33 UTC (rev 3347)
@@ -1990,7 +1990,7 @@
super(CuminPool, self).__init__(model, "pool", Pool)
prop = CuminProperty(self, "id")
- prop.title = "Collector ID"
+ prop.title = "Collector"
prop.summary = True
stat = self.PercentStat(self, "running")