Author: justi9
Date: 2008-02-27 14:37:37 -0500 (Wed, 27 Feb 2008)
New Revision: 1730
Modified:
mgmt/cumin/python/cumin/broker.strings
mgmt/notes/justin-todo.txt
Log:
Add examples to the host field of the broker add form.
Modified: mgmt/cumin/python/cumin/broker.strings
===================================================================
--- mgmt/cumin/python/cumin/broker.strings 2008-02-27 15:54:01 UTC (rev 1729)
+++ mgmt/cumin/python/cumin/broker.strings 2008-02-27 19:37:37 UTC (rev 1730)
@@ -207,6 +207,12 @@
padding: 0.25em;
}
+table.BrokerSetForm span.example {
+ font-weight: normal;
+ font-size: 0.8em;
+ font-style: italic;
+}
+
[BrokerSetForm.html]
<form id="{id}" class="mform" method="post"
action="?">
<div class="head">
@@ -217,7 +223,11 @@
<table class="BrokerSetForm">
<tr>
<th>Name</th>
- <th>Host Name or IP Address</th>
+ <th>
+ Domain Name or IP Address
+ <br/>
+ <span class="example">Examples:
example.net,
example.net:5762, 172.16.82.10</span>
+ </th>
<th>Initial Group</th>
</tr>
Modified: mgmt/notes/justin-todo.txt
===================================================================
--- mgmt/notes/justin-todo.txt 2008-02-27 15:54:01 UTC (rev 1729)
+++ mgmt/notes/justin-todo.txt 2008-02-27 19:37:37 UTC (rev 1730)
@@ -1,9 +1,5 @@
Current
- * Add simple user auth
-
- * Move to cherrypy web server
-
* Bulk actions: Add javascript for the check-all behavior
* Tables: Add sort direction icon
@@ -12,8 +8,6 @@
* Get rid of single object confirms
- * Add examples of legit broker addresses in broker add form
-
* Add broker reg name unique constraint and validation
* Add unique constraint to user name, and deal with it in cumin-admin