feat: added logs tab to display server messages
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user