[rhmessaging-commits] rhmessaging commits: r3310 - mgmt/trunk/cumin/python/cumin.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Mon Apr 20 10:14:01 EDT 2009


Author: eallen
Date: 2009-04-20 10:14:01 -0400 (Mon, 20 Apr 2009)
New Revision: 3310

Modified:
   mgmt/trunk/cumin/python/cumin/widgets.py
Log:
Make TopTables auto-update

Modified: mgmt/trunk/cumin/python/cumin/widgets.py
===================================================================
--- mgmt/trunk/cumin/python/cumin/widgets.py	2009-04-20 12:47:35 UTC (rev 3309)
+++ mgmt/trunk/cumin/python/cumin/widgets.py	2009-04-20 14:14:01 UTC (rev 3310)
@@ -673,6 +673,8 @@
         col.alignment = "right"
         self.add_column(col)
 
+        self.update_enabled = True;
+
         self.count = Attribute(app, "count")
         self.count.default = 1
         self.add_attribute(self.count)




More information about the rhmessaging-commits mailing list