commit/galaxy-central: guerler: Grids: Fix dataset state viewer in saved histories
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/62ed22bb4360/ Changeset: 62ed22bb4360 User: guerler Date: 2013-12-17 18:44:33 Summary: Grids: Fix dataset state viewer in saved histories Affected #: 1 file diff -r 270931cae37f2efaac24f6c22236e5fa0b87ce23 -r 62ed22bb4360d11fcfedcce09c961741186a3b88 lib/galaxy/webapps/galaxy/controllers/history.py --- a/lib/galaxy/webapps/galaxy/controllers/history.py +++ b/lib/galaxy/webapps/galaxy/controllers/history.py @@ -69,7 +69,7 @@ default_sort_key = "-update_time" columns = [ HistoryListNameColumn( "Name", key="name", attach_popup=True, filterable="advanced" ), - DatasetsByStateColumn( "Datasets", key="datasets_by_state", sortable=False ), + DatasetsByStateColumn( "Datasets", key="datasets_by_state", sortable=False, nowrap=True), grids.IndividualTagsColumn( "Tags", key="tags", model_tag_association_class=model.HistoryTagAssociation, \ filterable="advanced", grid_name="HistoryListGrid" ), grids.SharingStatusColumn( "Sharing", key="sharing", filterable="advanced", sortable=False ), Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org