news
This commit is contained in:
+11
-1
@@ -11,9 +11,19 @@ const model = ref([
|
||||
{ label: 'New Dashboard', icon: 'pi pi-fw pi-home', to: '/dashboard-new' }
|
||||
]
|
||||
},
|
||||
{
|
||||
label: 'Новости',
|
||||
items: [
|
||||
{ label: 'Лента новостей', icon: 'pi pi-align-left', to: '/news' },
|
||||
{ label: 'Статистика', icon: 'pi pi-fw pi-chart-bar', to: '/news/dashboard' }
|
||||
]
|
||||
},
|
||||
{
|
||||
label: 'Admin',
|
||||
items: [{ label: 'Users', icon: 'pi pi-fw pi-users', to: '/admin/users' }]
|
||||
items: [
|
||||
{ label: 'Users', icon: 'pi pi-fw pi-users', to: '/admin/users' },
|
||||
{ label: 'Управление парсером', icon: 'pi pi-fw pi-cog', to: '/admin/news' }
|
||||
]
|
||||
}
|
||||
// {
|
||||
// label: 'UI Components',
|
||||
|
||||
Reference in New Issue
Block a user