mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 07:30:12 +01:00
feat: add backend integration menu pages (#5675)
This commit is contained in:
parent
fb2ab50dae
commit
5cfe9dee9c
1 changed files with 30 additions and 0 deletions
|
|
@ -12,6 +12,36 @@ export const MENU_ITEMS: NbMenuItem[] = [
|
|||
icon: 'home-outline',
|
||||
link: '/pages/iot-dashboard',
|
||||
},
|
||||
{
|
||||
title: 'Backend Integration',
|
||||
icon: 'settings-outline',
|
||||
children: [
|
||||
{
|
||||
title: 'PHP',
|
||||
url: 'https://hubs.ly/H0q96Mc0',
|
||||
},
|
||||
{
|
||||
title: '.NET',
|
||||
url: 'https://hubs.ly/H0q973f0',
|
||||
},
|
||||
{
|
||||
title: '.NET Core',
|
||||
url: 'https://hubs.ly/H0q975F0',
|
||||
},
|
||||
{
|
||||
title: 'Node JS',
|
||||
url: 'https://hubs.ly/H0q976N0',
|
||||
},
|
||||
{
|
||||
title: 'Java',
|
||||
url: 'https://hubs.ly/H0q978N0',
|
||||
},
|
||||
{
|
||||
title: 'Python',
|
||||
url: 'https://hubs.ly/H0q979V0',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'FEATURES',
|
||||
group: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue