X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=webapp%2Fsrc%2Fapp%2Fpages%2Fpages-menu.ts;h=230966d9b799e161498ceffcde265cc63a78268d;hb=135754a4b3ca915f717e79d8f3f4eb29c04195b3;hp=86884bcde61b084adeb966a96fc495fd6b6f2d6a;hpb=069de98bdd926cb25954aad94fe23be0272a7b5e;p=src%2Fxds%2Fxds-agent.git 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 @@ -47,11 +47,6 @@ export const MENU_ITEMS: NbMenuItem[] = [ title: 'DEVELOPMENT', group: true, }, - { - title: 'Projects', - icon: 'nb-keypad', - link: '/pages/projects', - }, { title: 'SDKs', icon: 'fa fa-file-archive-o', @@ -65,6 +60,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', @@ -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',