Actions
Feature #9373
openParameterizable truncation length in the host list view for the hostgroup field
Status:
New
Priority:
Low
Assignee:
-
Category:
Web Interface
Target version:
-
Description
Hi,
It'd be nice if the length at which the hostgroup name is truncated when it's shown in the host list view could be customized via a global setting or something.
app/views/hosts/_list.html.erb: <td class="hidden-tablet hidden-xs ellipsis"><%= label_with_link host.hostgroup, 26, @hostgroup_authorizer %></td>
Our hostgroup hierarchy is quite deep and we believe that our screens are big enough to accommodate longer hostgroup names :)
Thanks!
Actions