Project

General

Profile

« Previous | Next » 

Revision 6895854c

Added by Stephen Benjamin about 10 years ago

fixes #4256 - makes columns sortable in the UI

View differences:

app/views/ptables/index.html.erb
<table class="table table-bordered table-striped table-two-pane">
<tr>
<th><%= sort :name, :as => s_("Ptable|Name") %></th>
<th><%= s_("Ptable|Os family") %></th>
<th><%= sort :family, :as => s_("Ptable|Os family") %></th>
<th><%= _("Operating systems") %></th>
<th></th>
</tr>

Also available in: Unified diff