diff options
Diffstat (limited to 'usecaseui-portal/src/app/performance/performance-vnf')
-rw-r--r-- | usecaseui-portal/src/app/performance/performance-vnf/performance-vnf.component.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usecaseui-portal/src/app/performance/performance-vnf/performance-vnf.component.ts b/usecaseui-portal/src/app/performance/performance-vnf/performance-vnf.component.ts index 934cfd16..e52e19d2 100644 --- a/usecaseui-portal/src/app/performance/performance-vnf/performance-vnf.component.ts +++ b/usecaseui-portal/src/app/performance/performance-vnf/performance-vnf.component.ts @@ -15,7 +15,7 @@ */ import { Component, OnInit, HostBinding } from '@angular/core'; import { slideToRight, showHideAnimate } from '../../animates'; -import { MyhttpService } from '../../myhttp.service'; +import { HomesService } from '../../homes.service'; @Component({ selector: 'app-performance-vnf', @@ -35,7 +35,7 @@ export class PerformanceVnfComponent implements OnInit { list: any; constructor( - private myhttp: MyhttpService) { } + private myhttp: HomesService) { } ngOnInit() { this.getqueryAllSourceNames(); |