Author: justi9
Date: 2007-10-17 09:13:23 -0400 (Wed, 17 Oct 2007)
New Revision: 1099
Modified:
mgmt/cumin/python/cumin/exchange.strings
mgmt/notes/Todo
Log:
Adds a mocked-up status box to the exchange view.
Modified: mgmt/cumin/python/cumin/exchange.strings
===================================================================
--- mgmt/cumin/python/cumin/exchange.strings 2007-10-16 20:56:45 UTC (rev 1098)
+++ mgmt/cumin/python/cumin/exchange.strings 2007-10-17 13:13:23 UTC (rev 1099)
@@ -75,6 +75,12 @@
[ExchangeView.html]
<div class="ExchangeView oblock">
+ <div class="mstatus green" id="{id}">
+ <h2>Exchange Status</h2>
+
+ <div>0 errors, 0 warnings</div>
+ </div>
+
<h1><img src="resource?name=exchange-36.png"> {title}</h1>
<dl class="properties">
Modified: mgmt/notes/Todo
===================================================================
--- mgmt/notes/Todo 2007-10-16 20:56:45 UTC (rev 1098)
+++ mgmt/notes/Todo 2007-10-17 13:13:23 UTC (rev 1099)
@@ -91,8 +91,6 @@
- Display load, profiles (?)
- * Add status box to exchange view
-
* Add group type to group add,edit
* Add the marshal side of ListParameter
Show replies by date