Skip to content

Commit

Permalink
[webui] Sortable incident table
Browse files Browse the repository at this point in the history
  • Loading branch information
saschpe committed Jan 10, 2012
1 parent 87c608c commit 4e2ef59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/webui/app/views/shared/_incidents.html.erb
Expand Up @@ -46,4 +46,7 @@
<% end %>
</tbody>
</table>
<% javascript_tag do %>
$('#<%= incident_table_id %>').tablesorter({ widgets: ['zebra'], sortList: [[0,0]], headers: {4: {sorter: false}, 5: {sorter: false}} });
<% end %>
<% end %>

0 comments on commit 4e2ef59

Please sign in to comment.