Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Unescape HTML in inventory partial so inventory renders (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
big32mike authored May 19, 2021
1 parent 7af4696 commit c6cee2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/nodes/_inventory_service.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
%div#inventory
= image_tag "/images/loading.gif"
= "Loading node inventory"
%script{:type => 'text/javascript'}= load_asynchronously("div#inventory", facts_node_path(node))
%script{:type => 'text/javascript'}!= load_asynchronously("div#inventory", facts_node_path(node))

%br.clear

0 comments on commit c6cee2b

Please sign in to comment.