Add web UI reboot/shutdown controls and system action API

This commit is contained in:
2026-02-13 02:35:50 +01:00
parent 0d4e769292
commit 761fc49461
3 changed files with 71 additions and 1 deletions

View File

@@ -59,6 +59,20 @@ button:hover {
filter: brightness(0.95);
}
.button-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
}
.btn-secondary {
background: #3b4958;
}
.btn-danger {
background: #b42318;
}
.error {
color: var(--error);
font-size: 14px;