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-17 13:46:55 +0800
committerguochuyicmri <guochuyi@chinamobile.com>2019-05-17 16:21:57 +0800
commit2fa013e2aab85f943e75356a4b6743f8efa6e36d (patch)
tree2fd4a51a2e81a3a2e02fc4f17bf23f753f8e601f /usecaseui-portal/src/app/services/services-list/services-list.component.html
parentb04c4a38e808215a975d27536ce9a243981bd5e5 (diff)
Service instance lifecycle management
Change-Id: Ic4d63972757adf2a21e59a39990d8c8b504fb812 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, 3 insertions, 3 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 c266c41d..3185869d 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
@@ -50,7 +50,7 @@
</div>
<div class="select-list">
<span style="display:inline-block;"> {{"i18nTextDefine_ServiceType" | translate}} : </span>
- <nz-select style="width: 176px;float: right;" [(ngModel)]="serviceTypeSelectedName" nzAllowClear>
+ <nz-select style="width: 176px;float: right;" [(ngModel)]="serviceTypeSelectedName" nzAllowClear (ngModelChange)="serviceTypeChange()">
<nz-option *ngFor="let item of serviceTypeList2" [nzValue]="item.name" [nzLabel]="item.name" ></nz-option>
</nz-select>
</div>
@@ -654,6 +654,6 @@
<!--</div>-->
</nz-layout>
<div class="loading" *ngIf="loadingAnimateShow">
- <img src="../../../assets/images/loading-animate2.gif" alt="loading">
- <p>Please watingˇ­ˇ­</p>
+ <img src="./assets/images/loading-animate2.gif" alt="loading">
+ <p>Please wating……</p>
</div>