Add more views

This commit is contained in:
Lou Knauer
2021-12-09 16:27:48 +01:00
parent b1d2403839
commit 9c5c8a05e2
9 changed files with 245 additions and 24 deletions

View File

@@ -7,7 +7,7 @@
{{end}}
{{define "javascript"}}
<script>
const filterPresets = null;
const filterPresets = {{ .FilterPresets }};
const clusterCockpitConfigPromise = Promise.resolve({
plot_general_colorscheme: {{ .Config.plot_general_colorscheme }},
plot_general_lineWidth: {{ .Config.plot_general_lineWidth }},