From: liuwh7 Date: Tue, 9 Mar 2021 07:32:01 +0000 (+0800) Subject: fix:change tip type X-Git-Tag: 4.0.0~15 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F34%2F118934%2F1;p=usecase-ui.git fix:change tip type Change-Id: I920ad3e09fdb1b96068e87fd1e73247672dc83c2 Signed-off-by: liuwh7 Issue-ID: USECASEUI-525 --- 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');