From 5a45365c037a43d2c0a04ffb96b3f91f7e49b6ac Mon Sep 17 00:00:00 2001 From: zhangab Date: Thu, 8 Nov 2018 17:34:00 +0800 Subject: Fix VNF Performance Query Bugs Change-Id: Ibc9c8cbd5425bff5b0158bb7ee2a3a8f25a05e89 Issue-ID: USECASEUI-166 Signed-off-by: zhangab --- usecaseui-portal/src/app/alarm/alarm.component.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usecaseui-portal/src/app/alarm') diff --git a/usecaseui-portal/src/app/alarm/alarm.component.ts b/usecaseui-portal/src/app/alarm/alarm.component.ts index 9fe870bb..9b454b02 100644 --- a/usecaseui-portal/src/app/alarm/alarm.component.ts +++ b/usecaseui-portal/src/app/alarm/alarm.component.ts @@ -45,7 +45,7 @@ export class AlarmComponent implements OnInit { ngOnInit() { this.getAlarmFormData(); this.getSourceNames(); - // this.getstatuscount(); + this.getstatuscount(); } // Filter box @@ -98,9 +98,7 @@ export class AlarmComponent implements OnInit { this.startTime = this.datePipe.transform(result[0], 'yyyy-MM-dd HH:mm:ss'); this.endTime = this.datePipe.transform(result[1], 'yyyy-MM-dd HH:mm:ss'); } - sort(e){ - } // total alarmList = { all: 0, @@ -275,7 +273,9 @@ export class AlarmComponent implements OnInit { ] } }; + sort(e){ + } //Detail page title display detailshow = false; // Show hidden animation -- cgit 1.2.3-korg