Skip to content

Commit

Permalink
Fixes #36799 - Add Salt image path to ConfigReportsController
Browse files Browse the repository at this point in the history
  • Loading branch information
bastian-src committed Oct 4, 2023
1 parent 4e205ba commit ec65d20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/config_reports_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def can_view?(report)

def origin_image_path(report)
@origin_image_paths ||= {
Salt: helpers.image_path('Salt.png'),
Ansible: helpers.image_path('Ansible.png'),
Puppet: helpers.image_path('Puppet.png'),
}
Expand Down

0 comments on commit ec65d20

Please sign in to comment.