summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/services/services-list/services-list.component.html
diff options
context:
space:
mode:
authorguochuyicmri <guochuyi@chinamobile.com>2019-05-16 17:48:09 +0800
committerguochuyicmri <guochuyi@chinamobile.com>2019-05-16 17:52:05 +0800
commit328b97e2e0be28a4cb70f3d9435755c2b9301ca0 (patch)
treeb4d3a9fbc1c1d3894171246084bbd6ea9afb6586 /usecaseui-portal/src/app/services/services-list/services-list.component.html
parente996bb7be766219b3490714094612be1dc44d335 (diff)
Service instance lifecycle management
Change-Id: Id4a235f4f9f43d11823e5ac36d79ecd35f39dc8d Issue-ID: USECASEUI-218 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/services/services-list/services-list.component.html')
-rw-r--r--usecaseui-portal/src/app/services/services-list/services-list.component.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/services/services-list/services-list.component.html b/usecaseui-portal/src/app/services/services-list/services-list.component.html
index 7f2f132f..c266c41d 100644
--- a/usecaseui-portal/src/app/services/services-list/services-list.component.html
+++ b/usecaseui-portal/src/app/services/services-list/services-list.component.html
@@ -639,15 +639,21 @@
<div class="createComponent" *ngIf="createshow">
<app-ccvpn-creation
[createParams]="createData"
+ [ccvpn_temParametersContent]="ccvpn_temParametersContent"
(closeCreate)="closeCreate($event,templateCreatestarting,templateCreateSuccessFaild)">
</app-ccvpn-creation>
</div>
<div class="createComponent" *ngIf="createshow2">
<app-e2e-creation
[createParams]="createData"
+ [e2e_ns_temParametersContent]="e2e_ns_temParametersContent"
(nsCloseCreate)="nsCloseCreate($event,templateCreatestarting,templateCreateSuccessFaild)"
(e2eCloseCreate)="e2eCloseCreate($event,templateCreatestarting,templateCreateSuccessFaild)">
</app-e2e-creation>
</div>
<!--</div>-->
</nz-layout>
+<div class="loading" *ngIf="loadingAnimateShow">
+ <img src="../../../assets/images/loading-animate2.gif" alt="loading">
+ <p>Please watingˇ­ˇ­</p>
+</div>