Skip to content

Commit cee6bd6

Browse files
committed
Fixes #386 - Change search parameter to puppetclass
1 parent 1fc7918 commit cee6bd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/foreman_puppet/puppetclasses/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
main_app.hash_for_edit_hostgroup_path(id: hg).merge(auth_object: hg, authorizer: @hostgroups_authorizer)
3030
end.to_sentence.html_safe %>
3131
</td>
32-
<td><%= link_to puppetclass.hosts_count, main_app.hosts_path(search: "class = #{puppetclass.name}")%></td>
32+
<td><%= link_to puppetclass.hosts_count, main_app.hosts_path(search: "puppetclass = #{puppetclass.name}")%></td>
3333
<td><%= puppetclass.class_params.size %> </td>
3434
<td>
3535
<%

0 commit comments

Comments
 (0)