aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/src/app/pages/pages-menu.ts
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/app/pages/pages-menu.ts')
-rw-r--r--webapp/src/app/pages/pages-menu.ts31
1 files changed, 23 insertions, 8 deletions
diff --git a/webapp/src/app/pages/pages-menu.ts b/webapp/src/app/pages/pages-menu.ts
index 86884bc..230966d 100644
--- a/webapp/src/app/pages/pages-menu.ts
+++ b/webapp/src/app/pages/pages-menu.ts
@@ -48,11 +48,6 @@ export const MENU_ITEMS: NbMenuItem[] = [
group: true,
},
{
- title: 'Projects',
- icon: 'nb-keypad',
- link: '/pages/projects',
- },
- {
title: 'SDKs',
icon: 'fa fa-file-archive-o',
link: '/pages/sdks',
@@ -66,6 +61,16 @@ export const MENU_ITEMS: NbMenuItem[] = [
*/
},
{
+ title: 'Projects',
+ icon: 'nb-keypad',
+ link: '/pages/projects',
+ },
+ {
+ title: 'Build',
+ icon: 'fa fa-cogs',
+ link: '/pages/build',
+ },
+ {
title: 'Targets',
icon: 'fa fa-microchip',
link: '/pages/targets',
@@ -81,9 +86,19 @@ export const MENU_ITEMS: NbMenuItem[] = [
],
},
{
- title: 'Build',
- icon: 'fa fa-cogs',
- link: '/pages/build',
+ title: 'Supervision / Monitoring',
+ icon: 'fa fa-bar-chart',
+ link: '/pages/supervision',
+ children: [
+ {
+ title: 'Config',
+ link: '/pages/supervision/config',
+ },
+ {
+ title: 'Graph',
+ link: '/pages/supervision/graph',
+ },
+ ],
},
{
title: 'MISC',