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

@@ -13,6 +13,8 @@
clusterId: "{{ .Infos.clusterId }}"
};
const clusterCockpitConfig = {{ .Config }};
const authlevel = {{ .User.GetAuthLevel }};
const roles = {{ .Roles }};
</script>
<script src='/build/job.js'></script>
{{end}}