diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-10-05 13:40:12 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-10-08 15:21:16 -0400 |
| commit | 9e255c7a19da5e4249f1c069e3dcabfa42fc5db1 (patch) | |
| tree | 6d085374edc508a316d7de6a20d1a849c5adbfad /templates/dashboard/server_status.html | |
| parent | fc9d3f4dfea54fb8cad3dda316295a25a2e08056 (diff) | |
Add server controls to dashboard, update styling
Diffstat (limited to 'templates/dashboard/server_status.html')
| -rw-r--r-- | templates/dashboard/server_status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/dashboard/server_status.html b/templates/dashboard/server_status.html index 8019659..d118714 100644 --- a/templates/dashboard/server_status.html +++ b/templates/dashboard/server_status.html @@ -1,5 +1,5 @@ {{define "server_status"}} -<section class="server-status"> +<section class="dashboard-item server-status"> <h2>Server Status</h2> <div id=uptime> <dl> |
