commit/galaxy-central: dannon: Tabular Display: left-align 'list' column type.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/c0d8a9c916a5/ changeset: c0d8a9c916a5 user: dannon date: 2012-10-30 20:08:59 summary: Tabular Display: left-align 'list' column type. affected #: 1 file diff -r 172502ced921425b301725949bd8a82ff858bc48 -r c0d8a9c916a50ef3f1fd7d67e987eba8f94e02a8 templates/dataset/tabular_chunked.mako --- a/templates/dataset/tabular_chunked.mako +++ b/templates/dataset/tabular_chunked.mako @@ -18,7 +18,7 @@ if (colspan !== undefined){ return $('<td>').attr('colspan', colspan).addClass('stringalign').text(cell_contents); } - else if (COLUMN_TYPES[index] == 'str'){ + else if (COLUMN_TYPES[index] == 'str' || COLUMN_TYPES[index] == 'list'){ /* Left align all str columns, right align the rest */ return $('<td>').addClass('stringalign').text(cell_contents);; } 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)
-
Bitbucket