This is an automated email from the ASF dual-hosted git repository.

dgnatyshyn pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/develop by this push:
     new 7ff249d  Compute copy hint fix
7ff249d is described below

commit 7ff249d55096810e1c408604c158aa00cf1a99ab
Author: Dmytro_Gnatyshyn <di1...@ukr.net>
AuthorDate: Thu Jul 16 12:00:46 2020 +0300

    Compute copy hint fix
---
 .../computational/cluster-details/cluster-details.component.html        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/services/self-service/src/main/resources/webapp/src/app/resources/computational/cluster-details/cluster-details.component.html
 
b/services/self-service/src/main/resources/webapp/src/app/resources/computational/cluster-details/cluster-details.component.html
index 1680a74..cfdcdd3 100644
--- 
a/services/self-service/src/main/resources/webapp/src/app/resources/computational/cluster-details/cluster-details.component.html
+++ 
b/services/self-service/src/main/resources/webapp/src/app/resources/computational/cluster-details/cluster-details.component.html
@@ -115,7 +115,7 @@
               <span
                 (click)="logAction(resource, environment, 
'copy');$event.stopPropagation()"
                 *ngIf="isCopyIconVissible[item.description]"
-                [matTooltip]="isCopied ? 'Copy ' + item.description : 
'Copied'" matTooltipPosition="above" class="copy-icon-wrapper"
+                [matTooltip]="isCopied ? 'Copy ' + item.description + 
(item.description.indexOf('url')  === -1 ? ' url' : ''): 'Copied'" 
matTooltipPosition="above" class="copy-icon-wrapper"
               >
                 <span  class="link-icon" (click)="copyBucketName(item.url)" >
                   <span _ngcontent-xpv-c19="" class="material-icons" 
(click)="this.isCopied = false">content_copy</span>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to