feat: move Reboot button from sidebar to header, between role badge and Sign Out

This commit is contained in:
copilot-swe-agent[bot]
2026-07-15 18:58:10 +00:00
committed by GitHub
parent 599405ce18
commit 59b734995b
6 changed files with 34 additions and 32 deletions
@@ -110,5 +110,8 @@ const $restartConfirmOk = document.getElementById("restart-confirm-ok-btn");
const $restartConfirmCancel = document.getElementById("restart-confirm-cancel-btn");
const $restartConflictBox = document.getElementById("restart-conflict-box");
// Header reboot button
const $headerRebootBtn = document.getElementById("btn-header-reboot");
// System status banner
// (removed — health is now shown per-tile via the composite health field)