Project

General

Profile

« Previous | Next » 

Revision 3dab648c

Added by Ondřej Pražák about 8 years ago

Fixes #14768 - Ellipsis for smart proxy name in table on index page

View differences:

app/views/smart_proxies/index.html.erb
<tbody>
<% for proxy in @smart_proxies %>
<tr class="proxy-show" data-url="<%= ping_smart_proxy_path(proxy) %>">
<td><%= link_to_if_authorized proxy.name, {:action => :show, :id => proxy}, :title => proxy.url %></td>
<td class="nbsp ellipsis"><%= link_to_if_authorized proxy.name, {:action => :show, :id => proxy}, :title => proxy.url %></td>
<% unless SETTINGS[:locations_enabled] && SETTINGS[:organizations_enabled] %>
<td class="hidden-sm hidden-xs nbsp ellipsis"><%= proxy.url %></td>
<% end %>

Also available in: Unified diff