mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-12-16 20:26:16 +01:00
15 lines
378 B
Cheetah
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}}
|