aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/templates/dashboard/server_controls.html
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2024-10-08 15:22:58 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2024-10-08 15:52:07 -0400
commit9b13628980d48e5efd0cc582c80a4a3e94a59a25 (patch)
treece61517801f7a4510d02ee8fa6cf830d41e452c3 /templates/dashboard/server_controls.html
parent3f5e6e9c3ebb396949b091ee43b76d3303401fd3 (diff)
Remove dashboard rendering
The dashboard html falls out of the responsibility of the backend. The static site provides the html.
Diffstat (limited to 'templates/dashboard/server_controls.html')
-rw-r--r--templates/dashboard/server_controls.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/dashboard/server_controls.html b/templates/dashboard/server_controls.html
deleted file mode 100644
index eba93e8..0000000
--- a/templates/dashboard/server_controls.html
+++ /dev/null
@@ -1,7 +0,0 @@
-{{ define "server_controls" }}
-<section class="dashboard-item server-controls">
- <h2>Server Controls</h2>
- <button>Start</button>
- <button>Stop</button>
-</section>
-{{ end }}