primevue imports cis/dashboard; Anw widget implementation; WIP showing single anw entries on click on a quota progress bar in widget;

This commit is contained in:
Johann Hoffmann
2024-12-05 15:03:46 +01:00
parent f0e97c915b
commit 7f6884b67d
5 changed files with 100 additions and 82 deletions
+6
View File
@@ -107,5 +107,11 @@ const app = Vue.createApp({
}
});
app.use(FhcApi);
app.use(primevue.config.default, {
zIndex: {
overlay: 9000,
tooltip: 8000
}
})
app.use(Phrasen);
app.mount('#cis-header');
+6 -1
View File
@@ -14,7 +14,12 @@ const app = Vue.createApp({
});
setScrollbarWidth();
app.use(FhcApi);
app.use(primevue.config.default, {
zIndex: {
overlay: 9000,
tooltip: 8000
}
})
app.use(Phrasen);
app.mount('#content');