Users/Managers only display number of shared jobs

This commit is contained in:
Christoph Kluge
2023-06-01 15:13:12 +02:00
parent 5bb5e5ed24
commit 541d54aa7c
3 changed files with 23 additions and 10 deletions

View File

@@ -4,7 +4,9 @@ import Job from './Job.root.svelte'
new Job({
target: document.getElementById('svelte-app'),
props: {
dbid: jobInfos.id
dbid: jobInfos.id,
authlevel: authlevel,
roles: roles
},
context: new Map([
['cc-config', clusterCockpitConfig]