17 lines
302 B
Plaintext
17 lines
302 B
Plaintext
{{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}} |