Author: eallen
Date: 2009-05-08 08:29:50 -0400 (Fri, 08 May 2009)
New Revision: 3366
Modified:
mgmt/trunk/cumin/python/cumin/grid/slot.py
Log:
Fix job column in slotset.
Modified: mgmt/trunk/cumin/python/cumin/grid/slot.py
===================================================================
--- mgmt/trunk/cumin/python/cumin/grid/slot.py 2009-05-07 19:02:42 UTC (rev 3365)
+++ mgmt/trunk/cumin/python/cumin/grid/slot.py 2009-05-08 12:29:50 UTC (rev 3366)
@@ -79,7 +79,7 @@
def render_content(self, session, data):
if data["jid"]:
job = Identifiable(data["jid"])
- href = self.page.main.grid.job.get_href(session, job)
+ href = self.page.main.grid.pool.job.get_href(session, job)
return fmt_link(href, data["job_id"])
def render_items(self, session, *args):
Show replies by date