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

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Tue Dec 11 11:36:20 EST 2007


Author: justi9
Date: 2007-12-11 11:36:19 -0500 (Tue, 11 Dec 2007)
New Revision: 1454

Modified:
   mgmt/cumin/python/cumin/broker.py
   mgmt/cumin/python/cumin/broker.strings
   mgmt/notes/justin-todo.txt
Log:
Removes non-milestone-1 tabs from the broker view.

Adds more todo items.



Modified: mgmt/cumin/python/cumin/broker.py
===================================================================
--- mgmt/cumin/python/cumin/broker.py	2007-12-11 15:52:40 UTC (rev 1453)
+++ mgmt/cumin/python/cumin/broker.py	2007-12-11 16:36:19 UTC (rev 1454)
@@ -282,8 +282,8 @@
         self.tabs.add_tab(self.BrokerClientTab(app, "clients"))
         #self.config = self.BrokerConfigTab(app, "config")
         #self.tabs.add_tab(self.config)
-        self.tabs.add_tab(self.BrokerStatsTab(app, "stats"))
-        self.tabs.add_tab(self.BrokerLogTab(app, "log"))
+        #self.tabs.add_tab(self.BrokerStatsTab(app, "stats"))
+        #self.tabs.add_tab(self.BrokerLogTab(app, "log"))
 
     def show_config(self, session):
         return self.tabs.show_mode(session, self.config)

Modified: mgmt/cumin/python/cumin/broker.strings
===================================================================
--- mgmt/cumin/python/cumin/broker.strings	2007-12-11 15:52:40 UTC (rev 1453)
+++ mgmt/cumin/python/cumin/broker.strings	2007-12-11 16:36:19 UTC (rev 1454)
@@ -9,8 +9,7 @@
 
     <select name="{action_param_name}" onchange="submit()">
       <option value="">Choose Action...</option>
-      <option value="shutdown">Shutdown</option>
-      <option value="loadbalance">Load Balance</option>
+      <option value="unregister">Unregister</option>
     </select>
 
     <h2>Add to Group:</h2>
@@ -136,13 +135,14 @@
 
 <table class="props">
   <tr><th>Name</th><td>{name}</td></tr>
+<!--
   <tr><th>Cluster</th><td>{cluster_link}</td></tr>
   <tr><th>Profile</th><td>{profile_link}</td></tr>
+-->
   <tr><th>Version</th><td>{version}</td></tr>
   <tr>
     <th class="actions" colspan="2">
       <h2>Act on This Broker:</h2>
-      <a href="{href}">Shutdown</a>
       <a href="{remove_href}">Unregister</a>
     </th>
   </tr>

Modified: mgmt/notes/justin-todo.txt
===================================================================
--- mgmt/notes/justin-todo.txt	2007-12-11 15:52:40 UTC (rev 1453)
+++ mgmt/notes/justin-todo.txt	2007-12-11 16:36:19 UTC (rev 1454)
@@ -1,7 +1,5 @@
 Current
 
- * Add queue journal stats
-
  * "purge messages from queues"
 
  * "purge messages from queue"
@@ -10,8 +8,6 @@
 
  * Add legends to charts
 
- * Prepare for journal stats on queue
-
  * Make sure queue accel. a proper rate value
 
  * Better demo data
@@ -22,8 +18,28 @@
 
  * Sort in tables
 
+ * Add a ~3 second (or use broker update interval, if we can get that)
+   cache to *XmlPage
+
+ * Add said cache to ChartPages as well, perhaps
+
+ * Put broker connects on their own, separate thread so they do not
+   delay startup
+
+ * Connect queue, exchange, and broker dates to the data
+
+ * Render stats without values as something other than 0, say a --
+
+ * Connect purge messages up
+
+ * Render the "" exchange as "Default"
+
+ * Add javascript for the check-all behavior
+
 Deferred
 
+ * Add queue journal stats
+
  * Queue: Add a msg enq rate msg deq rate chart
 
  * Restore the consumer, producer, and bindings stat links




More information about the rhmessaging-commits mailing list