Skip to content

Commit

Permalink
Remove deprecated webpacked_plugins* methods
Browse files Browse the repository at this point in the history
  • Loading branch information
stejskalleos committed Feb 6, 2024
1 parent 09ef603 commit 8cc4e19
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions app/views/discovered_hosts/welcome.html.erb
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
<% content_for(:javascripts) do %>
<%= webpacked_plugins_js_for :'foreman_discovery' %>
<% end %>
<% content_for(:stylesheets) do %>
<%= webpacked_plugins_css_for :'foreman_discovery' %>
<% end %>
<% content_for(:title, _("Discovered Hosts")) %>
<% content_for(:content) do %>
Expand Down
7 changes: 0 additions & 7 deletions app/views/discovery_rules/welcome.html.erb
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
<% content_for(:javascripts) do %>
<%= webpacked_plugins_js_for :'foreman_discovery' %>
<% end %>
<% content_for(:stylesheets) do %>
<%= webpacked_plugins_css_for :'foreman_discovery' %>
<% end %>
<% content_for(:title, _("Discovered Rules")) %>
<% content_for(:content) do %>
Expand Down

0 comments on commit 8cc4e19

Please sign in to comment.