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

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Wed Oct 17 12:14:14 EDT 2007


Author: justi9
Date: 2007-10-17 12:14:13 -0400 (Wed, 17 Oct 2007)
New Revision: 1103

Modified:
   mgmt/cumin/python/cumin/exchange.py
   mgmt/cumin/python/cumin/virtualhost.py
   mgmt/notes/Todo
Log:
Removes log tabs that won't exist, at least for a while.



Modified: mgmt/cumin/python/cumin/exchange.py
===================================================================
--- mgmt/cumin/python/cumin/exchange.py	2007-10-17 15:21:55 UTC (rev 1102)
+++ mgmt/cumin/python/cumin/exchange.py	2007-10-17 16:14:13 UTC (rev 1103)
@@ -81,12 +81,7 @@
         self.add_child(self.tabs)
 
         self.tabs.add_tab(ExchangeBindingSet(app, "bindings"))
-        self.tabs.add_tab(self.ExchangeLog(app, "log"))
 
-    class ExchangeLog(Widget):
-        def render_title(self, session, exchange):
-            return "Log Messages"
-    
     def render_title(self, session, exchange):
         return "Exchange '%s'" % exchange.name
 

Modified: mgmt/cumin/python/cumin/virtualhost.py
===================================================================
--- mgmt/cumin/python/cumin/virtualhost.py	2007-10-17 15:21:55 UTC (rev 1102)
+++ mgmt/cumin/python/cumin/virtualhost.py	2007-10-17 16:14:13 UTC (rev 1103)
@@ -69,8 +69,6 @@
 
         self.tabs.add_tab(QueueSet(app, "queues"))
         self.tabs.add_tab(ExchangeSet(app, "exchanges"))
-        self.tabs.add_tab(self.ConfigTab(app, "config"))
-        self.tabs.add_tab(self.LogTab(app, "log"))
 
     def render_title(self, session, vhost):
         return "Functional Host '%s'" % vhost.name
@@ -99,11 +97,3 @@
             return mlink(branch.marshal(), "Cluster", cluster.name)
         else:
             return none()
-
-    class ConfigTab(Widget):
-        def render_title(self, session, vhost):
-            return "Configuration"
-
-    class LogTab(Widget):
-        def render_title(self, session, vhost):
-            return "Log Messages"

Modified: mgmt/notes/Todo
===================================================================
--- mgmt/notes/Todo	2007-10-17 15:21:55 UTC (rev 1102)
+++ mgmt/notes/Todo	2007-10-17 16:14:13 UTC (rev 1103)
@@ -74,8 +74,6 @@
 
    - Remove config tab
 
- * Remove log tabs below the level of server
-
  * Move q,e to server level (using default vhost)
 
  * Instead of individual remove links, use checkboxes and a bulk
@@ -99,3 +97,5 @@
    etc. return their argument
 
  * Add a CuminItemSet with add/edit/remove href parts
+
+ * Make the groups browser use common code with the cluster browser




More information about the rhmessaging-commits mailing list