Add web UI reboot/shutdown controls and system action API
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user