vnaas cleanup
Change-Id: Id5db389e12b0ca42d6a1d9ecec4bb2854fa4d65c
(cherry picked from commit dd0b2e1e01f3a022d16056676651024b7ed901d6)
diff --git a/xos/gui/src/index.ts b/xos/gui/src/index.ts
index 5dd1151..0461183 100755
--- a/xos/gui/src/index.ts
+++ b/xos/gui/src/index.ts
@@ -26,16 +26,16 @@
import 'ngmap';
import routesConfig from './routes';
-import {engMap} from './app/components/engMap.component';
+import {vnaasMap} from './app/components/vnaasMap.component';
import {elineSide} from './app/components/eline-side.component';
angular.module('vnaasgui', [
- 'ui.router',
- 'app',
- 'ngMap'
- ])
+ 'ui.router',
+ 'app',
+ 'ngMap'
+])
.config(routesConfig)
- .component('engMap', engMap)
+ .component('vnaasMap', vnaasMap)
.component('elineSide', elineSide)
.run(function(
$log: ng.ILogService,
@@ -45,7 +45,7 @@
$log.info('[vnaasgui] App is running');
XosNavigationService.add({
- label: 'vNaaS GUI',
+ label: 'VNaaS GUI',
state: 'xos.vnaasgui',
});