Project

General

Profile

« Previous | Next » 

Revision 309a3305

Added by Tomer Brisker about 8 years ago

Fixes #12560 - Correct popover behaviour for reports table

View differences:

app/views/config_reports/_list.html.erb
<table class="table table-bordered table-striped ellipsis">
<table class="table table-bordered table-striped table-fixed">
<thead>
<tr>
<% unless params[:host_id] %>
......
<% if report.host.nil? %>
<td></td>
<% else %>
<td><%= link_to report.host, host_config_reports_path(report.host) %></td>
<td class="ellipsis"><%= link_to report.host, host_config_reports_path(report.host) %></td>
<% end %>
<% end %>
<td><%= reported_at_column(report) %></td>

Also available in: Unified diff