diff options
author | zhangab <zhanganbing@chinamobile.com> | 2018-10-31 16:36:06 +0800 |
---|---|---|
committer | zhangab <zhanganbing@chinamobile.com> | 2018-10-31 16:36:36 +0800 |
commit | a5a05aa4c736c58d606234aa47a266cce054cd2d (patch) | |
tree | 8ffb5bbc12af6995585fcb8d33608e9f1e0148c5 /usecaseui-portal/src/app/app.module.ts | |
parent | 13de0d893a4ff6d45a49861f7536822e6be1c801 (diff) |
Fix VNF Performance Query Bugs
Change-Id: I65637d6f058905d0918e5dc1740594572fa4c931
Issue-ID: USECASEUI-166
Signed-off-by: zhangab <zhanganbing@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/app.module.ts')
-rw-r--r-- | usecaseui-portal/src/app/app.module.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/app.module.ts b/usecaseui-portal/src/app/app.module.ts index 7c24f110..8582a6fc 100644 --- a/usecaseui-portal/src/app/app.module.ts +++ b/usecaseui-portal/src/app/app.module.ts @@ -46,6 +46,7 @@ import {PathLocationStrategy, LocationStrategy, HashLocationStrategy} from '@ang // 自定义服务 import { MyhttpService } from './myhttp.service'; import { networkHttpservice } from './networkHttpservice.service'; +import { PerformanceDetailsComponent } from './components/performance-details/performance-details.component'; @NgModule({ providers : [ @@ -76,6 +77,7 @@ import { networkHttpservice } from './networkHttpservice.service'; CcvpnNetworkComponent, CcvpnDetailComponent, CcvpnCreationComponent, + PerformanceDetailsComponent, ], imports: [ BrowserModule, |