Convert Eventlogs to vue
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user