From dc4b34b8c09dee78ea1629e4fe79200b5ff2dcae Mon Sep 17 00:00:00 2001 From: liuwh7 Date: Tue, 9 Mar 2021 15:32:01 +0800 Subject: fix:change tip type Change-Id: I920ad3e09fdb1b96068e87fd1e73247672dc83c2 Signed-off-by: liuwh7 Issue-ID: USECASEUI-525 --- .../src/app/views/onboard-vnf-vm/onboard-vnf-vm.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usecaseui-portal/src/app/views') diff --git a/usecaseui-portal/src/app/views/onboard-vnf-vm/onboard-vnf-vm.component.ts b/usecaseui-portal/src/app/views/onboard-vnf-vm/onboard-vnf-vm.component.ts index 0a25f2b1..b9d74c19 100644 --- a/usecaseui-portal/src/app/views/onboard-vnf-vm/onboard-vnf-vm.component.ts +++ b/usecaseui-portal/src/app/views/onboard-vnf-vm/onboard-vnf-vm.component.ts @@ -448,7 +448,7 @@ export class OnboardVnfVmComponent implements OnInit { this.myhttp.getOnboardTableActiveModelData(url) .subscribe((data) => { if(data.status === 'FAILED'){ - this.msg.success('Actived Failed'); + this.msg.error('Actived Failed'); return; } this.msg.success('Actived Successfully'); -- cgit 1.2.3-korg