Added target and terminal support in Dashboard
[src/xds/xds-agent.git] / webapp / src / app / pages / pages-menu.ts
index eb5462c..86884bc 100644 (file)
@@ -1,6 +1,6 @@
 /**
 * @license
-* Copyright (C) 2017 "IoT.bzh"
+* Copyright (C) 2017-2018 "IoT.bzh"
 * Author Sebastien Douheret <sebastien@iot.bzh>
 *
 * 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 <sebastien@iot.bzh>
 *
 * 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',
+      },
     ],
   },
   {