Convert Eventlogs to vue

This commit is contained in:
Johannes Zellner
2025-01-25 17:09:53 +01:00
parent b43fa38350
commit f3e2f10478
9 changed files with 726 additions and 17 deletions
+3 -1
View File
@@ -148,7 +148,9 @@ export default {
return app.accessLevel === 'operator' || app.accessLevel === 'admin';
},
async refreshApps() {
const apps = await appsModel.list();
const [error, apps] = await appsModel.list();
if (error) return console.error(error);
const applinks = await applinksModel.list();
// amend properties to mimick full app