Project

General

Profile

« Previous | Next » 

Revision 0eeb78e0

Added by Lukas Zapletal almost 5 years ago

Fixes #26384 - cleaned os icons and new RH logo

View differences:

app/views/hosts/_assign_hosts.html.erb
</td>
<td><%= name_column(host) %>
</td>
<td class="hidden-xs"><%= (icon(host.operatingsystem, :size => "18x18") + trunc_with_tooltip(" #{host.operatingsystem.to_label}",14)).html_safe if host.operatingsystem %></td>
<td class="hidden-xs"><%= (icon(host.operatingsystem, :size => "16x16") + trunc_with_tooltip(" #{host.operatingsystem.to_label}",14)).html_safe if host.operatingsystem %></td>
<td class="hidden-xs"><%= trunc_with_tooltip(host.try(:environment), 14) %></td>
<td class="hidden-tablet hidden-xs"><%= host.compute_resource_or_model %></td>
<td class="hidden-tablet hidden-xs"><%= label_with_link host.hostgroup, 26 %></td>

Also available in: Unified diff