Update AppMenu and ApplicationBrowser components

This commit is contained in:
andrea.terzani
2024-10-18 07:22:20 +02:00
parent 6ea3fc26e3
commit 06bd78c86c
2 changed files with 3 additions and 3 deletions

View File

@@ -14,8 +14,8 @@ const model = ref([
label: 'Canvas',
items: [{ label: 'New Canvas', icon: 'pi pi-fw pi-id-card', to: '/mdcanvas' }]
},{
label: 'Browse Code',
items: [{ label: 'ATF-Prossor', icon: 'pi pi-fw pi-id-card', to: '/app-browser' }]
label: 'Your Applications',
items: [{ label: 'ATF-Notifier', icon: 'pi pi-fw pi-id-card', to: '/app-browser' }]
}
]);

View File

@@ -1,7 +1,7 @@
<template>
<div class="flex items-center justify-between p-2">
<h1>
Source Code Explorer : ATF-Processor
Source Code Explorer : {{application}}
</h1>
</div>