Skip to content

Commit

Permalink
Fixes #9282 - hostgroup in discovery_rules index is a link
Browse files Browse the repository at this point in the history
  • Loading branch information
orrabin authored and lzap committed Mar 2, 2015
1 parent d235246 commit 7b7b2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/discovery_rules/index.html.erb
Expand Up @@ -16,7 +16,7 @@
<td class='col-md-3 display-two-pane'><%= link_to_if_authorized(trunc_with_tooltip(rule.name), hash_for_edit_discovery_rule_path(:id => rule).merge(:auth_object => rule, :authorizer => authorizer)) %></td>
<td><%= rule.priority %></td>
<td><%= trunc_with_tooltip(rule.search) %></td>
<td><%= rule.hostgroup.name %></td>
<td><%= label_with_link(rule.hostgroup, 26, authorizer) %></td>
<td><%= rule.hosts.count %> / <%= rule.max_count %></td>
<td><%= rule.enabled %></td>
<td><%= action_buttons(*permitted_discovery_actions(rule)) %></td>
Expand Down

0 comments on commit 7b7b2ac

Please sign in to comment.