Files
core/ui/templates/dashboard.gohtml

17 lines
302 B
Plaintext
Raw Permalink Normal View History

2026-04-02 10:57:36 -04:00
{{define "content"}}
<script>
window.CurrentTab = "{{.CurrentTab}}";
</script>
{{template "dash_tabs" .}}
<div class="tab-pane active">
{{template "dash_table" .}}
</div>
{{template "dash_modals" .}}
<script src="/static/dashboard.js"></script>
{{end}}