diff --git a/ui/src/routes/devices.$id.tsx b/ui/src/routes/devices.$id.tsx index 3aa5c3a1..fcc4e8a8 100644 --- a/ui/src/routes/devices.$id.tsx +++ b/ui/src/routes/devices.$id.tsx @@ -679,6 +679,7 @@ export default function KvmIdRoute() { if (resp.method === "willReboot") { const postRebootAction = resp.params as unknown as PostRebootAction; + console.debug("Setting reboot state", postRebootAction); setRebootState({ isRebooting: true, postRebootAction }); navigateTo("/"); }