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

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Fri Dec 14 10:49:19 EST 2007


Author: justi9
Date: 2007-12-14 10:49:19 -0500 (Fri, 14 Dec 2007)
New Revision: 1492

Modified:
   mgmt/cumin/python/cumin/client.py
   mgmt/cumin/python/cumin/client.strings
   mgmt/notes/justin-todo.txt
Log:
Removes auth id from client properties, as we have no data for it.



Modified: mgmt/cumin/python/cumin/client.py
===================================================================
--- mgmt/cumin/python/cumin/client.py	2007-12-14 15:46:56 UTC (rev 1491)
+++ mgmt/cumin/python/cumin/client.py	2007-12-14 15:49:19 UTC (rev 1492)
@@ -154,9 +154,6 @@
     def render_address(self, session, client):
         return client.address
 
-    def render_auth_id(self, session, client):
-        return "e50e7dcaa8d6a039a" #XXX get rid of this
-
     def render_created_deleted(self, session, client):
         return "%s – %s" % (fmt_datetime(client.creationTime),
                             fmt_datetime(client.deletionTime))

Modified: mgmt/cumin/python/cumin/client.strings
===================================================================
--- mgmt/cumin/python/cumin/client.strings	2007-12-14 15:46:56 UTC (rev 1491)
+++ mgmt/cumin/python/cumin/client.strings	2007-12-14 15:49:19 UTC (rev 1492)
@@ -106,7 +106,6 @@
 
 <table class="props">
   <tr><th>Address</th><td>{address}</td></tr>
-  <tr><th>Auth. ID</th><td>{auth_id}</td></tr>
   <tr><th>Created &ndash; Deleted</th><td>{created_deleted}</td></tr>
   <tr><th>Updated</th><td>{updated}</td></tr>
   <tr>

Modified: mgmt/notes/justin-todo.txt
===================================================================
--- mgmt/notes/justin-todo.txt	2007-12-14 15:46:56 UTC (rev 1491)
+++ mgmt/notes/justin-todo.txt	2007-12-14 15:49:19 UTC (rev 1492)
@@ -44,8 +44,6 @@
 
  * Fix client ajax
 
- * Remove auth id for now
-
 Deferred
 
  * Add an edit form for broker registrations so you can change their




More information about the rhmessaging-commits mailing list