mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-01-28 15:01:46 +01:00
Add public dashboard and route, add DoubleMetricPlot and GQL queries
- add roofline legend display switch - small fixes
This commit is contained in:
13
web/frontend/src/dashpublic.entrypoint.js
Normal file
13
web/frontend/src/dashpublic.entrypoint.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import { mount } from 'svelte';
|
||||
// import {} from './header.entrypoint.js'
|
||||
import DashPublic from './DashPublic.root.svelte'
|
||||
|
||||
mount(DashPublic, {
|
||||
target: document.getElementById('svelte-app'),
|
||||
props: {
|
||||
presetCluster: infos.cluster,
|
||||
},
|
||||
context: new Map([
|
||||
['cc-config', clusterCockpitConfig]
|
||||
])
|
||||
})
|
||||
Reference in New Issue
Block a user