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

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Wed Oct 31 11:02:28 EDT 2007


Author: justi9
Date: 2007-10-31 11:02:28 -0400 (Wed, 31 Oct 2007)
New Revision: 1193

Modified:
   mgmt/cumin/python/cumin/broker.strings
   mgmt/cumin/python/cumin/brokercluster.strings
   mgmt/cumin/python/cumin/brokergroup.strings
   mgmt/cumin/python/cumin/brokerprofile.strings
   mgmt/cumin/python/cumin/exchange.strings
   mgmt/cumin/python/cumin/queue.strings
   mgmt/notes/justin-todo.txt
Log:
Finishes renaming name columns.



Modified: mgmt/cumin/python/cumin/broker.strings
===================================================================
--- mgmt/cumin/python/cumin/broker.strings	2007-10-31 14:36:36 UTC (rev 1192)
+++ mgmt/cumin/python/cumin/broker.strings	2007-10-31 15:02:28 UTC (rev 1193)
@@ -1,7 +1,7 @@
 [BrokerSet.html]
 <table class="mobjects">
   <tr>
-    <th>Broker</th>
+    <th>Name</th>
     <th>Profile</th>
     <th>Cluster</th>
     <th>Status</th>
@@ -43,7 +43,7 @@
   <table class="mobjects">
     <tr>
       <th><input type="checkbox"/></th>
-      <th>Broker</th>
+      <th>Name</th>
       <th>Profile</th>
       <th>Cluster</th>
       <th>Load</th>
@@ -78,7 +78,7 @@
 
 <table class="mobjects">
   <tr>
-    <th>Property</th>
+    <th>Name</th>
     <th>Configured Value</th>
     <th>Broker Value</th>
     <th>Profile Value</th>
@@ -127,7 +127,7 @@
     {hidden_inputs}
   </div>
   <div class="foot">
-    <div style="display: block; float: left;"><button>Help</button></div>
+    <div style="float: left;"><button>Help</button></div>
     {cancel}
     {submit}
   </div>

Modified: mgmt/cumin/python/cumin/brokercluster.strings
===================================================================
--- mgmt/cumin/python/cumin/brokercluster.strings	2007-10-31 14:36:36 UTC (rev 1192)
+++ mgmt/cumin/python/cumin/brokercluster.strings	2007-10-31 15:02:28 UTC (rev 1193)
@@ -19,7 +19,7 @@
 
 <table class="mobjects">
   <tr>
-    <th>Broker Cluster</th>
+    <th>Name</th>
     <th>Configuration</th>
     <th>Status</th>
   </tr>

Modified: mgmt/cumin/python/cumin/brokergroup.strings
===================================================================
--- mgmt/cumin/python/cumin/brokergroup.strings	2007-10-31 14:36:36 UTC (rev 1192)
+++ mgmt/cumin/python/cumin/brokergroup.strings	2007-10-31 15:02:28 UTC (rev 1193)
@@ -12,7 +12,7 @@
 <table class="mobjects">
   <tr>
     <th><input type="checkbox"/></th>
-    <th>Broker Group</th>
+    <th>Name</th>
     <th>Configuration</th>
     <th>Status</th>
   </tr>

Modified: mgmt/cumin/python/cumin/brokerprofile.strings
===================================================================
--- mgmt/cumin/python/cumin/brokerprofile.strings	2007-10-31 14:36:36 UTC (rev 1192)
+++ mgmt/cumin/python/cumin/brokerprofile.strings	2007-10-31 15:02:28 UTC (rev 1193)
@@ -5,7 +5,7 @@
 
 <table class="BrokerProfileSet mobjects">
   <tr>
-    <th>Broker Profile</th>
+    <th>Name</th>
   </tr>
 
   {items}
@@ -38,7 +38,7 @@
 
 <table class="mobjects">
   <tr>
-    <th>Property</th>
+    <th>Name</th>
     <th>Configured Value</th>
     <th></th>
   </tr>
@@ -60,7 +60,7 @@
 
 <table class="mobjects">
   <tr>
-    <th>Broker</th>
+    <th>Name</th>
     <th>Configuration Status</th>
     <th></th>
   </tr>

Modified: mgmt/cumin/python/cumin/exchange.strings
===================================================================
--- mgmt/cumin/python/cumin/exchange.strings	2007-10-31 14:36:36 UTC (rev 1192)
+++ mgmt/cumin/python/cumin/exchange.strings	2007-10-31 15:02:28 UTC (rev 1193)
@@ -144,7 +144,7 @@
 <table class="mobjects">
   <tr>
     <th><input type="checkbox"/></th>
-    <th>Producer</th>
+    <th>Name</th>
     <th class="ralign">Msgs. Produced</th>
     <th class="ralign">Bytes Produced</th>
   </tr>

Modified: mgmt/cumin/python/cumin/queue.strings
===================================================================
--- mgmt/cumin/python/cumin/queue.strings	2007-10-31 14:36:36 UTC (rev 1192)
+++ mgmt/cumin/python/cumin/queue.strings	2007-10-31 15:02:28 UTC (rev 1193)
@@ -242,7 +242,7 @@
 <table class="mobjects">
   <tr>
     <th><input type="checkbox"/></th>
-    <th>Consumer</th>
+    <th>Name</th>
     <th class="ralign">Msgs. Consumed</th>
     <th class="ralign">Bytes Consumed</th>
     <th class="ralign">Msgs. Unacked</th>

Modified: mgmt/notes/justin-todo.txt
===================================================================
--- mgmt/notes/justin-todo.txt	2007-10-31 14:36:36 UTC (rev 1192)
+++ mgmt/notes/justin-todo.txt	2007-10-31 15:02:28 UTC (rev 1193)
@@ -108,6 +108,4 @@
 
  * Make the status lights also be links to an appropriate view
 
- * Change name columns to be just "Name"
-
  * Make status boxes display stats like those from list views




More information about the rhmessaging-commits mailing list