Update configurations and add new files

This commit is contained in:
sanjay7178
2024-02-19 19:20:23 +05:30
parent 0309720c43
commit 72c5a3dd5e
16 changed files with 849 additions and 203 deletions

View File

@@ -0,0 +1,15 @@
{{define "content"}}
<div id="svelte-app"></div>
{{end}}
{{define "stylesheets"}}
<link rel='stylesheet' href='/build/history.css'>
{{end}}
{{define "javascript"}}
<script>
const cluster = {{ .Infos.cluster }};
const filterPresets = {{ .FilterPresets }};
const clusterCockpitConfig = {{ .Config }};
</script>
<script src='/build/history.js'></script>
{{end}}