Added target and terminal support in Dashboard
[src/xds/xds-agent.git] / webapp / src / app / pages / pages-menu.ts
index c212179..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");
@@ -66,9 +66,18 @@ export const MENU_ITEMS: NbMenuItem[] = [
     */
   },
   {
-    title: 'Boards',
+    title: 'Targets',
     icon: 'fa fa-microchip',
+    link: '/pages/targets',
     children: [
+      {
+        title: 'List',
+        link: '/pages/targets/list',
+      },
+      {
+        title: 'Terminal',
+        link: '/pages/targets/term',
+      },
     ],
   },
   {