Author: eallen
Date: 2008-12-02 17:26:27 -0500 (Tue, 02 Dec 2008)
New Revision: 2910
Modified:
mgmt/trunk/cumin/python/cumin/pool.py
Log:
Default Show All button correctly
Modified: mgmt/trunk/cumin/python/cumin/pool.py
===================================================================
--- mgmt/trunk/cumin/python/cumin/pool.py 2008-12-02 21:50:54 UTC (rev 2909)
+++ mgmt/trunk/cumin/python/cumin/pool.py 2008-12-02 22:26:27 UTC (rev 2910)
@@ -436,7 +436,6 @@
self.add_state("a", "All")
self.add_state("m", "Machine")
- self.param.default = "m"
def render_href(self, session):
state = self.get(session)
Show replies by date