Review comment incorporated
Gui2 Intent and Processor View

Change-Id: Ieb3b2c818f31ee7bff73b26cd5b7150c8f6fb92c
diff --git a/web/gui2/src/main/webapp/app/onos-routing.module.ts b/web/gui2/src/main/webapp/app/onos-routing.module.ts
index 040139b..48192b5 100644
--- a/web/gui2/src/main/webapp/app/onos-routing.module.ts
+++ b/web/gui2/src/main/webapp/app/onos-routing.module.ts
@@ -26,6 +26,10 @@
         loadChildren: 'app/view/apps/apps.module#AppsModule'
     },
     {
+        path: 'processor',
+        loadChildren: 'app/view/processor/processor.module#ProcessorModule'
+    },
+    {
         path: 'device',
         loadChildren: 'app/view/device/device.module#DeviceModule'
     },
@@ -38,6 +42,10 @@
         loadChildren: 'app/view/host/host.module#HostModule'
     },
     {
+        path: 'intent',
+        loadChildren: 'app/view/intent/intent.module#IntentModule'
+    },
+    {
         path: 'tunnel',
         loadChildren: 'app/view/tunnel/tunnel.module#TunnelModule'
     },