Skip to content

Commit

Permalink
Fixes #37404 - Drop webpacked_plugins_css_for from code
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorben-D authored and nofaralfasi committed May 21, 2024
1 parent 72d736a commit 6cd6fe5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/views/ansible_roles/import.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<% title _("Changed Ansible roles") %>
<%= webpacked_plugins_js_for :foreman_ansible %>
<%= webpacked_plugins_css_for :foreman_ansible %>


<%= react_component(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<%= webpacked_plugins_js_for :foreman_ansible %>
<%= webpacked_plugins_css_for :foreman_ansible %>

<div class='tab-pane' id='ansible_roles'>
<% class_name = f.object.is_a?(Hostgroup) ? 'Hostgroup' : 'Host' %>
Expand Down

0 comments on commit 6cd6fe5

Please sign in to comment.