Project

General

Profile

« Previous | Next » 

Revision 1ee434eb

Added by Tomer Brisker almost 10 years ago

Fixes #3285 - extract 'Host' on reports page for trans.

(cherry picked from commit c4e900918171c55e496387ab178a582b6c2a1620)

View differences:

app/views/reports/_list.html.erb
<table class="table table-bordered table-striped ellipsis">
<tr>
<% unless params[:host_id] %>
<th><%= sort :host %></th>
<th><%= sort :host, :as => _("Host") %></th>
<% end %>
<th><%= sort :reported, :as => _("Last report") %></th>
<th class="col-md-1"><%= sort :applied, :as => _("Applied") %></th>

Also available in: Unified diff