Author: justi9
Date: 2007-12-11 10:52:40 -0500 (Tue, 11 Dec 2007)
New Revision: 1453
Modified:
mgmt/cumin/python/cumin/broker.strings
mgmt/cumin/python/cumin/page.py
mgmt/notes/justin-todo.txt
Log:
Removes broker clusters and profiles from the top-level ui.
Updates the todo list.
Modified: mgmt/cumin/python/cumin/broker.strings
===================================================================
--- mgmt/cumin/python/cumin/broker.strings 2007-12-11 15:23:33 UTC (rev 1452)
+++ mgmt/cumin/python/cumin/broker.strings 2007-12-11 15:52:40 UTC (rev 1453)
@@ -22,8 +22,10 @@
<tr>
<th><input type="checkbox"/></th>
<th>Name</th>
+<!--
<th>Profile</th>
<th>Cluster</th>
+-->
<th>Load</th>
<th>Status</th>
</tr>
@@ -38,8 +40,10 @@
<tr>
<td><input type="checkbox" name="{item_checkbox_name}"
value="{item_checkbox_value}" {item_checkbox_checked_attr}/></td>
<td>{item_link}</td>
+<!--
<td>{item_profile_link}</td>
<td>{item_cluster_link}</td>
+-->
<td>{item_load}</td>
<td>{item_status}</td>
</tr>
@@ -157,12 +161,14 @@
<h2>Filter by Group</h2>
<ul class="slist">{group_filters}</ul>
+<!--
<h2>Filter by Profile</h2>
<ul class="slist">{profile_filters}</ul>
<h2>Filter by Cluster</h2>
<ul class="slist">{cluster_filters}</ul>
</td>
+-->
<td class="view">
<ul class="actions">
<li><a class="nav"
href="{add_broker_href}">Register New Brokers</a></li>
Modified: mgmt/cumin/python/cumin/page.py
===================================================================
--- mgmt/cumin/python/cumin/page.py 2007-12-11 15:23:33 UTC (rev 1452)
+++ mgmt/cumin/python/cumin/page.py 2007-12-11 15:52:40 UTC (rev 1453)
@@ -166,9 +166,9 @@
self.add_tab(BrokerBrowser(app, "brokers"))
self.add_tab(BrokerGroupSet(app, "groups"))
- self.add_tab(BrokerProfileSet(app, "profiles"))
- self.add_tab(BrokerClusterSet(app, "clusters"))
- self.add_tab(self.TagTab(app, "tags"))
+ #self.add_tab(BrokerProfileSet(app, "profiles"))
+ #self.add_tab(BrokerClusterSet(app, "clusters"))
+ #self.add_tab(self.TagTab(app, "tags"))
def show_broker_group(self, session, group):
mode = self.show_mode(session, self.brokers)
Modified: mgmt/notes/justin-todo.txt
===================================================================
--- mgmt/notes/justin-todo.txt 2007-12-11 15:23:33 UTC (rev 1452)
+++ mgmt/notes/justin-todo.txt 2007-12-11 15:52:40 UTC (rev 1453)
@@ -14,20 +14,18 @@
* Make sure queue accel. a proper rate value
- * Paginate brokers
-
- * Paginate queues
-
* Better demo data
* Make group slider in broker browser work
+ * Add a groups column to the browser broker list
+
+ * Sort in tables
+
Deferred
* Queue: Add a msg enq rate msg deq rate chart
- * Sort in tables
-
* Restore the consumer, producer, and bindings stat links
* Add ability to send a test message to a queue
Show replies by date