Project

General

Profile

« Previous | Next » 

Revision 61b5da1b

Added by Shimon Shtein over 9 years ago

Fixes #9339 - Changed the OS sorting to title

Title uses the full string, not only the name part.

View differences:

app/views/operatingsystems/index.html.erb
<table class="table table-bordered table-striped table-two-pane">
<thead>
<tr>
<th><%= sort :name, :as => s_("Operatingsystem|Name") %></th>
<th><%= sort :title, :as => s_("Operatingsystem|Name") %></th>
<th><%= sort :hosts_count, :as => _("Hosts"), :default => "DESC" %></th>
<th></th>
</tr>

Also available in: Unified diff