Skip to content

Commit

Permalink
Use new hosts details page
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernhard committed Apr 30, 2024
1 parent ec60f72 commit e8cd247
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def collect_host_report_data(app_instance)
a_host.update({
:id => foreman_host.host.id,
:build => foreman_host.host.build,
:hostUrl => host_path(foreman_host.host),
:hostUrl => helpers.current_host_details_path(foreman_host.host),
:isExistingHost => foreman_host.is_existing_host,
:powerStatusUrl => power_api_host_path(foreman_host.host)
})
Expand Down

0 comments on commit e8cd247

Please sign in to comment.