[rhmessaging-commits] rhmessaging commits: r3268 - mgmt/trunk/cumin/python/cumin.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Wed Apr 8 14:32:22 EDT 2009


Author: eallen
Date: 2009-04-08 14:32:22 -0400 (Wed, 08 Apr 2009)
New Revision: 3268

Modified:
   mgmt/trunk/cumin/python/cumin/__init__.py
Log:
Added Page for stacked value charts

Modified: mgmt/trunk/cumin/python/cumin/__init__.py
===================================================================
--- mgmt/trunk/cumin/python/cumin/__init__.py	2009-04-08 13:34:40 UTC (rev 3267)
+++ mgmt/trunk/cumin/python/cumin/__init__.py	2009-04-08 18:32:22 UTC (rev 3268)
@@ -15,7 +15,7 @@
 from model import CuminModel, ModelPage, CallPage
 from demo import DemoData
 from page import MainPage
-from stat import StatChartPage, SlotMapPage
+from stat import StatChartPage, StatStackedPage, SlotMapPage
 from action import ActionPage
 from user import LoginPage, UserSession, UserSessionExpireThread
 from datetime import timedelta
@@ -50,6 +50,7 @@
         self.add_page(CallPage(self, "call.xml"))
         self.add_page(ActionPage(self, "actions.html"))
         self.add_page(StatChartPage(self, "stats.png"))
+        self.add_page(StatStackedPage(self, "stacked.png"))
         self.add_page(SlotMapPage(self, "slots.png"))
 
         unprotected = set()




More information about the rhmessaging-commits mailing list