summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/alarm
diff options
context:
space:
mode:
authorzhangab <zhanganbing@chinamobile.com>2018-12-25 14:54:50 +0800
committerzhangab <zhanganbing@chinamobile.com>2018-12-25 14:55:47 +0800
commit20e5d13525b59266da6558f22e0853533c488d44 (patch)
tree0d6d9bd531fefe120a2890fa299482af46344ca7 /usecaseui-portal/src/app/alarm
parentc02b38928cc056dc5f099ba3b7271f34e1bb06a9 (diff)
Fix VNF Alarm Query Bugs
Change-Id: I8fb88ed5845d0edbad6a7e70958557cd9cffe866 Issue-ID: USECASEUI-164 Signed-off-by: zhangab <zhanganbing@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/alarm')
-rw-r--r--usecaseui-portal/src/app/alarm/alarm.component.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/usecaseui-portal/src/app/alarm/alarm.component.ts b/usecaseui-portal/src/app/alarm/alarm.component.ts
index 9b454b02..be8aae01 100644
--- a/usecaseui-portal/src/app/alarm/alarm.component.ts
+++ b/usecaseui-portal/src/app/alarm/alarm.component.ts
@@ -14,7 +14,7 @@
limitations under the License.
*/
import { Component, OnInit, Input, Output, EventEmitter, HostBinding, Pipe, PipeTransform } from '@angular/core';
-import { MyhttpService } from '../myhttp.service';
+import { HomesService } from '../homes.service';
import { showHideAnimate, slideToRight } from '../animates';
import { DatePipe } from "@angular/common"
@Component({
@@ -41,7 +41,7 @@ export class AlarmComponent implements OnInit {
sourcenames: any;
constructor(
private datePipe: DatePipe,
- private myhttp: MyhttpService) { }
+ private myhttp: HomesService) { }
ngOnInit() {
this.getAlarmFormData();
this.getSourceNames();