You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by yt...@apache.org on 2021/07/06 08:20:26 UTC

[incubator-datalab] 01/01: [DATALAB-2469] added hint for gpu tag

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

ytykhun pushed a commit to branch DATALAB-2469
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit 8af28552873bcb7ac35ecaa857c5d4f193bb831a
Author: Yurii Tykhun <ty...@gmail.com>
AuthorDate: Tue Jul 6 11:20:01 2021 +0300

    [DATALAB-2469] added hint for gpu tag
---
 .../src/app/resources/resources-grid/resources-grid.component.html      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/resources/resources-grid/resources-grid.component.html b/services/self-service/src/main/resources/webapp/src/app/resources/resources-grid/resources-grid.component.html
index e89d888..026dccd 100644
--- a/services/self-service/src/main/resources/webapp/src/app/resources/resources-grid/resources-grid.component.html
+++ b/services/self-service/src/main/resources/webapp/src/app/resources/resources-grid/resources-grid.component.html
@@ -158,7 +158,7 @@
                 <mat-chip matTooltip="Project tag: {{ element.tags.project_tag }}" matTooltipPosition="above" class="ellipsis">
                   {{ element.tags.project_tag }}
                 </mat-chip>
-                <mat-chip *ngIf="element.tags.gpu_tag">
+                <mat-chip *ngIf="element.tags.gpu_tag" matTooltip="GPU tag: {{element.tags.gpu_tag?.toUpperCase()}}" matTooltipPosition="above" class="ellipsis">
                   {{ element.tags.gpu_tag?.toUpperCase() }}
                 </mat-chip>
               </mat-chip-list>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org