From c0248ad80846674648ca02daf258472da99a49f5 Mon Sep 17 00:00:00 2001 From: MrMelon54 Date: Thu, 16 May 2024 22:45:54 +0100 Subject: [PATCH] Change port, full width lavender tables --- lavender/manage-apps.go.html | 2 +- lavender/manage-users.go.html | 4 ++-- main.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lavender/manage-apps.go.html b/lavender/manage-apps.go.html index 5547292..477ae7e 100644 --- a/lavender/manage-apps.go.html +++ b/lavender/manage-apps.go.html @@ -38,7 +38,7 @@

Manage Client Applications

-
+
diff --git a/lavender/manage-users.go.html b/lavender/manage-users.go.html index a927811..b3c33b7 100644 --- a/lavender/manage-users.go.html +++ b/lavender/manage-users.go.html @@ -10,7 +10,7 @@

Manage Users

-
+
@@ -53,7 +53,7 @@
- +
diff --git a/main.go b/main.go index 3b146d2..ec86574 100644 --- a/main.go +++ b/main.go @@ -88,7 +88,7 @@ func main() { Logger.Warn("Watcher stopped", "err", err) }() - _ = http.ListenAndServe(":8080", http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { + _ = http.ListenAndServe(":7070", http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { if r.URL.Path == "/" { TemplateMu.RLock() defer TemplateMu.RUnlock()