Skip to content

Commit

Permalink
Handle the response on success for reboot_all
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauravtalreja1 committed Feb 14, 2024
1 parent 09ef603 commit 24470ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/api/v2/discovered_hosts_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def reboot_all
:message => error_message
}
else
process_success _("Discovered hosts are rebooting now")
process_success :success_msg => _("Discovered hosts are rebooting now")
end
end

Expand Down

0 comments on commit 24470ea

Please sign in to comment.