Skip to content

Commit

Permalink
do not load non-existant charts.js
Browse files Browse the repository at this point in the history
We used charts.js from Foreman, but that was dropped in Foreman 3.0
(theforeman/foreman@69379b5)
and results in 404 errors when trying to load some pages

Fixes: 28d49d8
  • Loading branch information
evgeni committed Aug 23, 2023
1 parent d9138e1 commit f1338ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/views/omaha_groups/show.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<% javascript 'foreman_omaha/application' %>
<% javascript 'charts' %>
<% title @omaha_group.name %>
<%= breadcrumbs(
items: [
Expand Down

0 comments on commit f1338ca

Please sign in to comment.