Author: justi9
Date: 2007-11-06 12:09:01 -0500 (Tue, 06 Nov 2007)
New Revision: 1246
Modified:
mgmt/cumin/python/cumin/page.strings
mgmt/notes/justin-todo.txt
Log:
Fixes a possibly inefficient style rule.
Modified: mgmt/cumin/python/cumin/page.strings
===================================================================
--- mgmt/cumin/python/cumin/page.strings 2007-11-06 17:01:35 UTC (rev 1245)
+++ mgmt/cumin/python/cumin/page.strings 2007-11-06 17:09:01 UTC (rev 1246)
@@ -20,12 +20,9 @@
border: none;
}
-* {
- text-decoration: none;
-}
-
a {
color: #06c;
+ text-decoration: none;
}
a.selected {
Modified: mgmt/notes/justin-todo.txt
===================================================================
--- mgmt/notes/justin-todo.txt 2007-11-06 17:01:35 UTC (rev 1245)
+++ mgmt/notes/justin-todo.txt 2007-11-06 17:09:01 UTC (rev 1246)
@@ -6,9 +6,6 @@
* Queue: Add a msg enq rate msg deq rate chart
- * The * text-decoration: none rule is apparently expensive; find
- another way
-
* Right now, non cumin pages don't print their stack traces in the
log
@@ -20,6 +17,10 @@
* Fix tab order in broker register
+ * Add charts for clients
+
+ * Consumers and Producers tabs are missing rates, as are bindings
+
Deferred
* Make the status lights also be links to an appropriate view