mirror of
https://github.com/renorris/openfsd
synced 2026-04-28 03:35:34 +08:00
initial v1.0-beta commit
This commit is contained in:
12
web/templates/dashboard.html
Normal file
12
web/templates/dashboard.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{{ define "title" }}Dashboard{{ end }}
|
||||
|
||||
{{ define "body" }}
|
||||
<div class="container-fluid d-flex flex-column justify-content-center align-items-center">
|
||||
<div id="dashboard-real-name">Loading...</div>
|
||||
<div>Network Rating: <span id="dashboard-network-rating">Loading...</span></div>
|
||||
<div><span id="dashboard-connection-count"></span> users connected</div>
|
||||
<div id="map" class="rounded" style="width: 600px; height: 400px;"></div>
|
||||
</div>
|
||||
|
||||
<script src="/static/js/openfsd/dashboard.js" defer></script>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user