Files
cc-backend/web/templates/monitoring/dashboard.tmpl
2025-12-15 15:10:10 +01:00

15 lines
378 B
Cheetah

{{define "content-public"}}
<div id="svelte-app"></div>
{{end}}
{{define "stylesheets"}}
<link rel='stylesheet' href='/build/dashpublic.css'>
{{end}}
{{define "javascript-public"}}
<script>
const presetCluster = {{ .Infos.cluster }};
const clusterCockpitConfig = {{ .Config }};
</script>
<script src='/build/dashpublic.js'></script>
{{end}}