diff options
Diffstat (limited to 'usecaseui-portal')
-rw-r--r-- | usecaseui-portal/src/app/views/onboard-vnf-vm/onboard-vnf-vm.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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'); |