aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/templates/dashboard/server_controls.html
diff options
context:
space:
mode:
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 }}