Author: eallen
Date: 2008-12-11 13:38:09 -0500 (Thu, 11 Dec 2008)
New Revision: 2977
Modified:
mgmt/trunk/cumin/python/cumin/pool.py
Log:
Tweak wording on pool status box
Modified: mgmt/trunk/cumin/python/cumin/pool.py
===================================================================
--- mgmt/trunk/cumin/python/cumin/pool.py 2008-12-11 18:26:21 UTC (rev 2976)
+++ mgmt/trunk/cumin/python/cumin/pool.py 2008-12-11 18:38:09 UTC (rev 2977)
@@ -499,5 +499,5 @@
action = self.app.model.pool.poolstatus
record = action.get_stat_record(session, pool)
- return "<div><span>%i</span> of
<span>%i</span> active</div>" % \
+ return "<div><span>%i</span> of
<span>%i</span> slots active</div>" % \
(record["active"], record["all"])
Show replies by date