summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app
diff options
context:
space:
mode:
authorguochuyicmri <guochuyi@chinamobile.com>2019-05-09 16:32:36 +0800
committerguochuyicmri <guochuyi@chinamobile.com>2019-05-09 16:32:43 +0800
commite31a1c4a8e25dbcc12348e210cee3c292547b90d (patch)
tree5bc5e9cee95a6477caf9c6616257160168efb9fe /usecaseui-portal/src/app
parentca07a2d627248266d611d057d4450201f10334ba (diff)
Service instance lifecycle management
Change-Id: Ifd0768dae0d13a8daca99c488323ef1e5751020a Issue-ID: USECASEUI-218 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app')
-rw-r--r--usecaseui-portal/src/app/services/onboard-vnf-vm/onboard-vnf-vm.component.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/usecaseui-portal/src/app/services/onboard-vnf-vm/onboard-vnf-vm.component.ts b/usecaseui-portal/src/app/services/onboard-vnf-vm/onboard-vnf-vm.component.ts
index 75d39eb5..97299073 100644
--- a/usecaseui-portal/src/app/services/onboard-vnf-vm/onboard-vnf-vm.component.ts
+++ b/usecaseui-portal/src/app/services/onboard-vnf-vm/onboard-vnf-vm.component.ts
@@ -272,8 +272,7 @@ export class OnboardVnfVmComponent implements OnInit {
this.fileListNS = [];
this.fileListVNF = [];
this.fileListPNF = [];
- this.http
- .request(req)
+ this.http.request(req)
.pipe(filter(e => e instanceof HttpResponse))
.subscribe(
(event: {}) => {