This is an automated email from the ASF dual-hosted git repository. hshpak pushed a commit to branch feat/DATALAB-2864/delete-one-image in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
commit c444f433f44f7125849f156cbbe8ab13ab195721 Author: Hennadii_Shpak <[email protected]> AuthorDate: Fri Aug 26 14:06:45 2022 +0300 minor fix --- .../resources/webapp/src/app/resources/images/images.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/self-service/src/main/resources/webapp/src/app/resources/images/images.component.html b/services/self-service/src/main/resources/webapp/src/app/resources/images/images.component.html index 6a88c9928..64cdcf6ab 100644 --- a/services/self-service/src/main/resources/webapp/src/app/resources/images/images.component.html +++ b/services/self-service/src/main/resources/webapp/src/app/resources/images/images.component.html @@ -323,7 +323,7 @@ <span>Share</span> </button> </li> - <li *ngIf="element.imageUserPermissions.canTerminate"> + <li *ngIf="element.imageUserPermissions.canTerminate" (click)="onTerminateClick(element)"> <button class="action-button__share"> <i class="material-icons">phonelink_off</i> <span>Terminate</span> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
