diff options
Diffstat (limited to 'templates/dashboard/server_controls.html')
| -rw-r--r-- | templates/dashboard/server_controls.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/dashboard/server_controls.html b/templates/dashboard/server_controls.html new file mode 100644 index 0000000..eba93e8 --- /dev/null +++ b/templates/dashboard/server_controls.html @@ -0,0 +1,7 @@ +{{ define "server_controls" }} +<section class="dashboard-item server-controls"> + <h2>Server Controls</h2> + <button>Start</button> + <button>Stop</button> +</section> +{{ end }} |
