Author: justi9
Date: 2009-09-01 17:49:25 -0400 (Tue, 01 Sep 2009)
New Revision: 3612
Modified:
mgmt/trunk/cumin/python/cumin/grid/submission.py
mgmt/trunk/cumin/python/cumin/widgets.strings
Log:
Truncate the submitter column, and fix some truncation css
Modified: mgmt/trunk/cumin/python/cumin/grid/submission.py
===================================================================
--- mgmt/trunk/cumin/python/cumin/grid/submission.py 2009-09-01 21:25:28 UTC (rev 3611)
+++ mgmt/trunk/cumin/python/cumin/grid/submission.py 2009-09-01 21:49:25 UTC (rev 3612)
@@ -64,7 +64,7 @@
(session, data["scheduler_id"])
return fmt_link(href, data["scheduler_name"])
- class SubmitterColumn(SqlTableColumn):
+ class SubmitterColumn(ClientTruncateColumn):
def render_title(self, session, data):
return "Submitter"
Modified: mgmt/trunk/cumin/python/cumin/widgets.strings
===================================================================
--- mgmt/trunk/cumin/python/cumin/widgets.strings 2009-09-01 21:25:28 UTC (rev 3611)
+++ mgmt/trunk/cumin/python/cumin/widgets.strings 2009-09-01 21:49:25 UTC (rev 3612)
@@ -494,7 +494,7 @@
min-width: 600px;
}
-table.truncate td.truncate {
+div.truncate > table td.truncate {
white-space: nowrap;
overflow: hidden;
}
Show replies by date