diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-04-03 17:39:21 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-04-03 17:39:33 +0800 |
commit | 97c18e70d0d79dedc07118a2ceef20fc41d7ac48 (patch) | |
tree | b48aef528409f1ef572b9c47c09d641ae902da96 /usecaseui-portal/src/app/services/services-list/services-list.component.html | |
parent | d5f7ee6e80bb55f2baf89ee5e669ef6829fd20fd (diff) |
Service instance lifecycle management
Change-Id: Ibdf6cc1da4a4cbb129e64132ba7abfdbb189e05c
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.html | 2 |
1 files changed, 1 insertions, 1 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 9e36c7b3..c09b15be 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 @@ -174,7 +174,7 @@ <i [ngClass]="{'cannotclick':data.status == 'In Progress'}" class="anticon anticon-delete" (click)="deleteModel(data)"></i> <i [ngClass]="{'cannotclick':data.status == 'In Progress'}" class="anticon anticon-ellipsis" - (click)="iconMoreShow(data)" style="transform: rotate(90deg);"></i> + (click)="iconMoreShow(data,tableData)" style="transform: rotate(90deg);"></i> <ul *ngIf="data.iconMore==true " class="icon-more"> <li> |