[rhmessaging-commits] rhmessaging commits: r1201 - in mgmt: notes and 1 other directory.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Thu Nov 1 12:33:36 EDT 2007


Author: justi9
Date: 2007-11-01 12:33:36 -0400 (Thu, 01 Nov 2007)
New Revision: 1201

Modified:
   mgmt/cumin/python/cumin/measurement.py
   mgmt/notes/justin-todo.txt
Log:
Style tweak.



Modified: mgmt/cumin/python/cumin/measurement.py
===================================================================
--- mgmt/cumin/python/cumin/measurement.py	2007-11-01 16:15:59 UTC (rev 1200)
+++ mgmt/cumin/python/cumin/measurement.py	2007-11-01 16:33:36 UTC (rev 1201)
@@ -34,7 +34,7 @@
 
     def render_item_extra(self, session, measure):
         if measure.highlow:
-            return "<small>high</small> %i<br/><small>low</small> %i" \
+            return "<small>high</small> %i <small>low</small> %i" \
                    % (measure.get_high() or 0, measure.get_low() or 0)
         else:
             unit = self.unit_abbrevs.get(measure.unit, measure.unit)

Modified: mgmt/notes/justin-todo.txt
===================================================================
--- mgmt/notes/justin-todo.txt	2007-11-01 16:15:59 UTC (rev 1200)
+++ mgmt/notes/justin-todo.txt	2007-11-01 16:33:36 UTC (rev 1201)
@@ -12,6 +12,8 @@
 
    - Rate of accel, decel for enq, deq
 
+   - Add created, deleted, updated timestamps
+
  * queue: link consumers stat to consumers view
 
  * exch: link bindings, producers stats to respective views




More information about the rhmessaging-commits mailing list