Reworked SDKs events (introduced sdk-state-change)
[src/xds/xds-agent.git] / webapp / src / app / pages / pages-menu.ts
index eb5462c..1e4839d 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,6 +56,14 @@ 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',