Skip to content

Commit

Permalink
Fixes #386 - Change search parameter to puppetclass
Browse files Browse the repository at this point in the history
  • Loading branch information
nadjaheitmann authored and stejskalleos committed Mar 19, 2024
1 parent 3d28ed5 commit 0835630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/foreman_puppet/puppetclasses/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
main_app.hash_for_edit_hostgroup_path(id: hg).merge(auth_object: hg, authorizer: @hostgroups_authorizer)
end.to_sentence.html_safe %>
</td>
<td><%= link_to puppetclass.hosts_count, main_app.hosts_path(search: "class = #{puppetclass.name}")%></td>
<td><%= link_to puppetclass.hosts_count, main_app.hosts_path(search: "puppetclass = #{puppetclass.name}")%></td>
<td><%= puppetclass.class_params.size %> </td>
<td>
<%
Expand Down

0 comments on commit 0835630

Please sign in to comment.