r5438 - trunk/cumin/python/cumin/grid

croberts at fedoraproject.org croberts at fedoraproject.org
Wed Aug 1 14:03:05 UTC 2012


Author: croberts
Date: 2012-08-01 14:03:04 +0000 (Wed, 01 Aug 2012)
New Revision: 5438

Modified:
   trunk/cumin/python/cumin/grid/dashboard.py
Log:
Changing the title of the usage by accounting group chart.

Modified: trunk/cumin/python/cumin/grid/dashboard.py
===================================================================
--- trunk/cumin/python/cumin/grid/dashboard.py	2012-07-31 02:29:42 UTC (rev 5437)
+++ trunk/cumin/python/cumin/grid/dashboard.py	2012-08-01 14:03:04 UTC (rev 5438)
@@ -93,7 +93,7 @@
 
     class UserUsageChart(ReportingChart):
         def render_title(self, session):
-            return "Pool usage by user"
+            return "Pool usage by accounting group"
 
     class AccountingChart(ReportingChart):
         def render_title(self, session):



More information about the cumin-developers mailing list