[rhmessaging-commits] rhmessaging commits: r4238 - mgmt/newdata/cumin/python/cumin/grid.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Thu Aug 26 18:27:14 EDT 2010


Author: eallen
Date: 2010-08-26 18:27:13 -0400 (Thu, 26 Aug 2010)
New Revision: 4238

Modified:
   mgmt/newdata/cumin/python/cumin/grid/slot.py
   mgmt/newdata/cumin/python/cumin/grid/slot.strings
Log:
Remove the qmf_update_time where clause from the slot query.
Center the slot vis legend

Modified: mgmt/newdata/cumin/python/cumin/grid/slot.py
===================================================================
--- mgmt/newdata/cumin/python/cumin/grid/slot.py	2010-08-26 22:12:38 UTC (rev 4237)
+++ mgmt/newdata/cumin/python/cumin/grid/slot.py	2010-08-26 22:27:13 UTC (rev 4238)
@@ -43,11 +43,8 @@
     def __init__(self, app):
         super(SlotDataSet, self).__init__(app)
 
-        exprs = list()
-        exprs.append("_qmf_update_time > now() - interval '60 minutes'")
+        self.where_exprs.default = list()
 
-        self.where_exprs.default = exprs
-
     def render_sql_order_by(self, session):
         return "Order by \"System\",\"Name\""
 

Modified: mgmt/newdata/cumin/python/cumin/grid/slot.strings
===================================================================
--- mgmt/newdata/cumin/python/cumin/grid/slot.strings	2010-08-26 22:12:38 UTC (rev 4237)
+++ mgmt/newdata/cumin/python/cumin/grid/slot.strings	2010-08-26 22:27:13 UTC (rev 4238)
@@ -1192,6 +1192,9 @@
 [SlotLegend.css]
 div.slot_legend {
     margin-top: 0.1em;
+    margin-left: auto;
+    margin-right: auto;
+    width: 20em;
 }
 
 div.slot_legend h3 {



More information about the rhmessaging-commits mailing list