X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=webapp%2Fsrc%2Fapp%2Fpages%2Fpages-menu.ts;h=230966d9b799e161498ceffcde265cc63a78268d;hb=ee66af78c42c4d7ff33f104415bc09d60dbdc27b;hp=71acc784a8675994a7274b2412c27930faee485d;hpb=82ede02a56e12026b2dfb1baeacabfbd564006b1;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 71acc78..230966d 100644 --- a/webapp/src/app/pages/pages-menu.ts +++ b/webapp/src/app/pages/pages-menu.ts @@ -1,6 +1,6 @@ /** * @license -* Copyright (C) 2017 "IoT.bzh" +* Copyright (C) 2017-2018 "IoT.bzh" * Author Sebastien Douheret * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -18,7 +18,7 @@ /** * @license -* Copyright (C) 2017 "IoT.bzh" +* Copyright (C) 2017-2018 "IoT.bzh" * Author Sebastien Douheret * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -47,171 +47,79 @@ 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', link: '/pages/sdks', - }, - { - title: 'Boards', - icon: 'fa fa-microchip', - children: [ - ], - }, - { - title: 'Build', - icon: 'fa fa-cogs', - link: '/pages/build', - }, - { - title: 'MISC', - group: true, - }, - - { - title: 'Configuration', - icon: 'fa fa-sliders', - link: '/pages/config', + /* children: [ { - title: 'Global', - link: '/pages/config/global', - }, - { - title: 'XDS Server', - link: '/pages/config/xds', + title: 'SDKs Management', + link: '/pages/sdks/management', }, ], + */ }, - /* { - title: 'UI Features', + title: 'Projects', icon: 'nb-keypad', - link: '/pages/ui-features', - children: [ - { - title: 'Buttons', - link: '/pages/ui-features/buttons', - }, - { - title: 'Grid', - link: '/pages/ui-features/grid', - }, - { - title: 'Icons', - link: '/pages/ui-features/icons', - }, - { - title: 'Modals', - link: '/pages/ui-features/modals', - }, - { - title: 'Typography', - link: '/pages/ui-features/typography', - }, - { - title: 'Animated Searches', - link: '/pages/ui-features/search-fields', - }, - { - title: 'Tabs', - link: '/pages/ui-features/tabs', - }, - ], - }, - { - title: 'Forms', - icon: 'nb-compose', - children: [ - { - title: 'Form Inputs', - link: '/pages/forms/inputs', - }, - { - title: 'Form Layouts', - link: '/pages/forms/layouts', - }, - ], + link: '/pages/projects', }, { - title: 'Components', - icon: 'nb-gear', - children: [ - { - title: 'Tree', - link: '/pages/components/tree', - }, { - title: 'Notifications', - link: '/pages/components/notifications', - }, - ], + title: 'Build', + icon: 'fa fa-cogs', + link: '/pages/build', }, { - title: 'Maps', - icon: 'nb-location', + title: 'Targets', + icon: 'fa fa-microchip', + link: '/pages/targets', children: [ { - title: 'Google Maps', - link: '/pages/maps/gmaps', + title: 'List', + link: '/pages/targets/list', }, { - title: 'Leaflet Maps', - link: '/pages/maps/leaflet', - }, - { - title: 'Bubble Maps', - link: '/pages/maps/bubble', + title: 'Terminal', + link: '/pages/targets/term', }, ], }, { - title: 'Charts', - icon: 'nb-bar-chart', + title: 'Supervision / Monitoring', + icon: 'fa fa-bar-chart', + link: '/pages/supervision', children: [ { - title: 'Echarts', - link: '/pages/charts/echarts', - }, - { - title: 'Charts.js', - link: '/pages/charts/chartjs', + title: 'Config', + link: '/pages/supervision/config', }, { - title: 'D3', - link: '/pages/charts/d3', + title: 'Graph', + link: '/pages/supervision/graph', }, ], }, { - title: 'Editors', - icon: 'nb-title', - children: [ - { - title: 'TinyMCE', - link: '/pages/editors/tinymce', - }, - { - title: 'CKEditor', - link: '/pages/editors/ckeditor', - }, - ], + title: 'MISC', + group: true, }, + { - title: 'Tables', - icon: 'nb-tables', + title: 'Configuration', + icon: 'fa fa-sliders', + link: '/pages/config', children: [ { - title: 'Smart Table', - link: '/pages/tables/smart-table', + title: 'Global', + link: '/pages/config/global', + }, + { + title: 'XDS Server', + link: '/pages/config/xds', }, ], }, - */ { title: 'Auth', icon: 'nb-locked',