aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/templates/dashboard/server_logs.html
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2024-10-05 13:40:12 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2024-10-05 13:40:12 -0400
commit0f28b1981fc386f6171ae14939a1b7aca86640ba (patch)
tree1c3109c972b904ff71565ffa953a62746cf503a3 /templates/dashboard/server_logs.html
parent50df0f7b61462a6bfad9e74f7c7917c6b19d4b92 (diff)
Add server controls to dashboard, update styling
Diffstat (limited to 'templates/dashboard/server_logs.html')
-rw-r--r--templates/dashboard/server_logs.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/dashboard/server_logs.html b/templates/dashboard/server_logs.html
index e69de29..f1977ac 100644
--- a/templates/dashboard/server_logs.html
+++ b/templates/dashboard/server_logs.html
@@ -0,0 +1,10 @@
+{{ define "server_logs" }}
+<section class="dashboard-item server-logs">
+ <h2>Server Logs</h2>
+ <div class="logs-viewer">
+ <label for="logs-viewer-area">Foundry Logs</label>
+ <textarea id="logs-viewer-area" name="logs-viewer-area" readonly="true" placeholder="Loading..."></textarea>
+ <button>Download</button>
+ </div>
+</section>
+{{ end }}