fix(settings): Bestätigungsdialog vor Service-Restart + status-dot CSS (v1.1.138)

- Popconfirm vor jedem Restart-Button — kein versehentlicher Neustart mehr
- status-dot inline styles → .status-dot.online/.offline CSS-Klassen

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Debian
2026-05-28 17:14:44 +02:00
parent 2a9310e947
commit dc2c1b7471
7 changed files with 27 additions and 19 deletions

View File

@@ -60,7 +60,7 @@ import (
usersvc "git.netcell-it.de/projekte/edgeguard-native/internal/services/users"
)
var version = "1.1.137"
var version = "1.1.138"
func main() {
addr := os.Getenv("EDGEGUARD_API_ADDR")