Added app, tests, lint to BUCK file for web/gui2
Change-Id: I94912cb18f31db26971b66c9d851fb57f022df54
diff --git a/web/gui2/src/main/webapp/app/onos.module.ts b/web/gui2/src/main/webapp/app/onos.module.ts
index 717893e..8e4af34 100644
--- a/web/gui2/src/main/webapp/app/onos.module.ts
+++ b/web/gui2/src/main/webapp/app/onos.module.ts
@@ -39,10 +39,10 @@
import { OnosService } from './onos.service';
const onosRoutes: Routes = [
- { path: 'apps', component: AppsComponent }, // All except default should be driven by
- { path: 'device', component: DeviceComponent }, // servlet like {INJECTED-VIEW-DATA-START}
- { path: '**', component: DeviceComponent } //Change to Topo(2) when it's ready for normal behaviour
-]
+ { path: 'apps', component: AppsComponent }, // All except default should be driven by
+ { path: 'device', component: DeviceComponent }, // servlet like {INJECTED-VIEW-DATA-START}
+ { path: '**', component: DeviceComponent } // Change to Topo(2) when it's ready for normal behaviour
+];
/**
* ONOS GUI -- Main Application Module