mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-11-05 01:55:07 +01:00
Rework roles as enum, change AuthSource to enum
This commit is contained in:
@@ -5,7 +5,8 @@ new Jobs({
|
||||
target: document.getElementById('svelte-app'),
|
||||
props: {
|
||||
filterPresets: filterPresets,
|
||||
authLevel: authLevel
|
||||
authlevel: authlevel,
|
||||
roles: roles
|
||||
},
|
||||
context: new Map([
|
||||
['cc-config', clusterCockpitConfig]
|
||||
|
||||
Reference in New Issue
Block a user