This is an automated email from the ASF dual-hosted git repository.
hshpak pushed a commit to branch
feat/DATALAB-2883/view-additional-info-about-images
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to
refs/heads/feat/DATALAB-2883/view-additional-info-about-images by this push:
new bed5a6f6f swaped action in action menu
bed5a6f6f is described below
commit bed5a6f6fe08e193c9a9c800dabf51693bfbcc26
Author: Hennadii_Shpak <[email protected]>
AuthorDate: Thu Jul 14 11:51:36 2022 +0300
swaped action in action menu
---
.../src/app/resources/images/images.component.html | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
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 0f9ea1c9e..2340e9765 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
@@ -234,15 +234,6 @@
</div>
<bubble-up #actions class="list-menu" position="bottom-left"
alternative="top-left">
<ul class="list-unstyled">
- <li
- matTooltip="Unable to terminate notebook because at least one
compute is in progress"
- matTooltipPosition="above"
- >
- <button class="action-button__share">
- <i class="material-icons">phonelink_off</i>
- <span>Terminate</span>
- </button>
- </li>
<li [matTooltip]="element.status !== 'CREATED' && 'The image
cannot be shared because it is not in the "Created" status'
|| userName !== element.user && 'Images may be shared by
creators only'"
matTooltipPosition="above"
@@ -257,6 +248,15 @@
<span>Share</span>
</button>
</li>
+ <li
+ matTooltip="Unable to terminate notebook because at least one
compute is in progress"
+ matTooltipPosition="above"
+ >
+ <button class="action-button__share">
+ <i class="material-icons">phonelink_off</i>
+ <span>Terminate</span>
+ </button>
+ </li>
</ul>
</bubble-up>
</td>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]