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_logs.html | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 templates/dashboard/server_logs.html (limited to 'templates/dashboard/server_logs.html') diff --git a/templates/dashboard/server_logs.html b/templates/dashboard/server_logs.html deleted file mode 100644 index f1977ac..0000000 --- a/templates/dashboard/server_logs.html +++ /dev/null @@ -1,10 +0,0 @@ -{{ define "server_logs" }} -
-

Server Logs

-
- - - -
-
-{{ end }} -- cgit v1.2.3