Author: eallen
Date: 2009-10-09 12:32:27 -0400 (Fri, 09 Oct 2009)
New Revision: 3670
Modified:
mgmt/trunk/cumin/python/cumin/grid/pool.py
mgmt/trunk/cumin/python/cumin/grid/pool.strings
Log:
Add "By accounting group" to flash slot vis groupby radiobuttons
Removed {wmode: "opaque"} from flash slot vis HTML to avoid flash v10 drawing
problem. **Note: this causes a different problem: the slot flash control will overlay the
Create Submission form. This will be fixed separately.**
Modified: mgmt/trunk/cumin/python/cumin/grid/pool.py
===================================================================
--- mgmt/trunk/cumin/python/cumin/grid/pool.py 2009-10-07 14:55:57 UTC (rev 3669)
+++ mgmt/trunk/cumin/python/cumin/grid/pool.py 2009-10-09 16:32:27 UTC (rev 3670)
@@ -463,7 +463,7 @@
super(PoolSlotFlashVis.GroupBySwitch, self).__init__(app, name)
self.add_state("system", "By system")
- #self.add_state("state", "By slot state")
+ self.add_state("accounting_group", "By accounting
group")
self.add_state("None", "No Grouping")
def get_click(self, session, state):
Modified: mgmt/trunk/cumin/python/cumin/grid/pool.strings
===================================================================
--- mgmt/trunk/cumin/python/cumin/grid/pool.strings 2009-10-07 14:55:57 UTC (rev 3669)
+++ mgmt/trunk/cumin/python/cumin/grid/pool.strings 2009-10-09 16:32:27 UTC (rev 3670)
@@ -120,8 +120,8 @@
if (fsm)
fsm.style.display = "block";
- swfobject.embedSWF("resource?name=slots.swf", "{id}_chart",
"{slot_chart_width}", "{slot_chart_height}", "9.0.0",
"", {vis:"slots"}, {wmode: "opaque"});
- swfobject.embedSWF("resource?name=slots.swf",
"{id}ctrl_chart", "{slot_chart_width}",
"{slot_ctrl_height}", "9.0.0", "", {vis:"ctrl"},
{wmode: "opaque"});
+ swfobject.embedSWF("resource?name=slots.swf", "{id}_chart",
"{slot_chart_width}", "{slot_chart_height}", "9.0.0",
"", {vis:"slots"});
+ swfobject.embedSWF("resource?name=slots.swf",
"{id}ctrl_chart", "{slot_chart_width}",
"{slot_ctrl_height}", "9.0.0", "", {vis:"ctrl"});
wooly.addPageUpdateListener(function () { updatePoolSlotVis('{id}',
"reload"); });
wooly.addPageUpdateListener(function () { updatePoolSlotVis('{id}ctrl',
"reload"); });
Show replies by date