From 9b13628980d48e5efd0cc582c80a4a3e94a59a25 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Tue, 8 Oct 2024 15:22:58 -0400 Subject: Remove dashboard rendering The dashboard html falls out of the responsibility of the backend. The static site provides the html. --- templates/dashboard/server_status.html | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 templates/dashboard/server_status.html (limited to 'templates/dashboard/server_status.html') diff --git a/templates/dashboard/server_status.html b/templates/dashboard/server_status.html deleted file mode 100644 index d118714..0000000 --- a/templates/dashboard/server_status.html +++ /dev/null @@ -1,15 +0,0 @@ -{{define "server_status"}} -
-

Server Status

-
-
-
Url
-
{{ .ServerStatus.Site }}
-
Online
-
{{ .ServerStatus.Online }}
-
Timestamp
-
{{ .ServerStatus.Timestamp }}
-
-
-
-{{end}} -- cgit v1.2.3