From 3c24aa93cec1124c1c00c3baa00e1b4bb46c3437 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tore=20Stendal=20L=C3=B8n=C3=B8y?= Date: Wed, 5 Feb 2025 11:07:27 +0100 Subject: [PATCH] chore revert some changes --- Makefile | 6 +++--- config/ui/ui.go | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index d5509e85..a4a0a596 100644 --- a/Makefile +++ b/Makefile @@ -18,14 +18,14 @@ test: ########## -# podman # +# Docker # ########## docker-build: - podman build -t twinproduction/gatus:latest . + docker build -t twinproduction/gatus:latest . docker-run: - podman run -p 8080:8080 --name gatus twinproduction/gatus:latest + docker run -p 8080:8080 --name gatus twinproduction/gatus:latest docker-build-and-run: docker-build docker-run diff --git a/config/ui/ui.go b/config/ui/ui.go index baf2ee69..c735c313 100644 --- a/config/ui/ui.go +++ b/config/ui/ui.go @@ -11,7 +11,7 @@ import ( const ( defaultTitle = "Health Dashboard | Gatus" defaultDescription = "Gatus is an advanced automated status page that lets you monitor your applications and configure alerts to notify you if there's an issue" - defaultHeader = "Health StatusAAAA" + defaultHeader = "Health Status" defaultLogo = "" defaultLink = "" defaultCustomCSS = ""