feat: added logs tab to display server messages

This commit is contained in:
Roberto Tonino
2021-06-04 22:44:46 +02:00
parent 15e279a2a5
commit 2ab0620e02
8 changed files with 136 additions and 46 deletions

View File

@@ -41,6 +41,13 @@ export const links = [
icon: 'settings',
label: 'sidebar.settings'
},
{
name: 'logs',
ariaLabel: 'logs',
routerName: 'Logs',
icon: 'description',
label: 'sidebar.logs'
},
{
name: 'about',
ariaLabel: 'info',