mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-09-13 04:02:59 +02:00
Migrate and fix filter component and subcomponents
This commit is contained in:
@@ -6,6 +6,12 @@ const headerDomTarget = document.getElementById('svelte-header');
|
||||
if (headerDomTarget != null) {
|
||||
mount(Header, {
|
||||
target: headerDomTarget,
|
||||
props: { ...header },
|
||||
props: { // { ...header },
|
||||
username: hUsername,
|
||||
authlevel: hAuthlevel,
|
||||
clusters: hClusters,
|
||||
subClusters: hSubClusters,
|
||||
roles: hRoles,
|
||||
},
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user