From 40b552fd7b13b5dd786844d4f65d7f29ac0cf020 Mon Sep 17 00:00:00 2001 From: Stefan Etringer Date: Mon, 30 Jun 2025 15:32:28 +0000 Subject: [PATCH] layout, minimized spaces between border --- Makefile | 6 +++++- templates/index.html | 8 ++++---- templates/partials/agent_detail.html | 8 ++++++-- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 12fd379..2e407f6 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ GOBIN := /usr/bin BUILD_DIR = build BINARY = $(BUILD_DIR)/$(APP_NAME) -.PHONY: all build help clean install uninstall +.PHONY: all build help clean install uninstall #build-static all: build @@ -20,6 +20,10 @@ install: build ## Install the application @echo "Installing $(APP_NAME)..." GOBIN=$(GOBIN) $(GO_INSTALL) +# build-static: ## Build a static application +# @echo "Building static $(APP_NAME)..." +# CGO_ENABLED=0 $(GO_BUILD) --ldflags '-extldflags=-static -w -s' -o $(BINARY)-static + uninstall: clean ## Remove build artifacts @echo "Removing installed binary..." rm -f $(GOBIN)/$(APP_NAME) diff --git a/templates/index.html b/templates/index.html index 57bfb78..696abea 100644 --- a/templates/index.html +++ b/templates/index.html @@ -30,9 +30,9 @@
-
+
-
+
-
+
-
+
diff --git a/templates/partials/agent_detail.html b/templates/partials/agent_detail.html index 3dd5b7e..470cd55 100644 --- a/templates/partials/agent_detail.html +++ b/templates/partials/agent_detail.html @@ -9,6 +9,10 @@

Last Contact: {{.LastContact}}

Hostname: {{.HostName}}

- Proxy - Open + Connect via Proxy + Connect without Proxy +