X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=webapp%2Fsrc%2Fapp%2Fpages%2Fpages-menu.ts;h=86884bcde61b084adeb966a96fc495fd6b6f2d6a;hb=069de98bdd926cb25954aad94fe23be0272a7b5e;hp=eb5462ce0e9702eb7c872429b5305d075e5d983d;hpb=a85f3ef5017e7e1406476194cd5f3e848a3718f9;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 eb5462c..86884bc 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"); @@ -56,11 +56,28 @@ export const MENU_ITEMS: NbMenuItem[] = [ title: 'SDKs', icon: 'fa fa-file-archive-o', link: '/pages/sdks', + /* + children: [ + { + title: 'SDKs Management', + link: '/pages/sdks/management', + }, + ], + */ }, { - title: 'Boards', + title: 'Targets', icon: 'fa fa-microchip', + link: '/pages/targets', children: [ + { + title: 'List', + link: '/pages/targets/list', + }, + { + title: 'Terminal', + link: '/pages/targets/term', + }, ], }, {