Files
core/ui/templates/dashboard.gohtml
T
quiet-professional b07a114227
Build and Release Core / Test and Build (push) Successful in 4m2s
updated paths
2026-04-29 10:36:05 -04:00

17 lines
347 B
Go Template

{{define "content"}}
<script>
window.CurrentTab = "{{.CurrentTab}}";
</script>
{{template "dash_tabs" .}}
{{block "pro_risk_tab_content" .}}{{end}}
<div class="tab-pane active">
{{template "dash_table" .}}
</div>
{{template "dash_modals" .}}
<script src="/static/dashboard.js"></script>
{{end}}