This is an automated email from the ASF dual-hosted git repository. hshpak pushed a commit to branch hot-fix/fix-tooltip-on-resourse-page-start-button in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
commit 017bd9a82b9ab499f11b94a60be5d035d972f861 Author: Hennadii_Shpak <[email protected]> AuthorDate: Wed Jun 8 16:03:23 2022 +0300 fixed tooltip message --- .../src/app/resources/resources-grid/resources-grid.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 9dcd2e8e8..c80417e07 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 @@ -232,8 +232,8 @@ <li *ngIf="element.status.toLowerCase() === 'stopped' || element.status.toLowerCase() === 'stopping'" matTooltip="{{element.edgeNodeStatus !== 'running' - ? 'Unable to run notebook if edge node is not running.' - : 'Unable to run notebook until it will be stopped.'}}" + ? 'Unable to start notebook if edge node is not running.' + : 'Unable to start notebook until it will be stopped.'}}" matTooltipPosition="above" [matTooltipDisabled]="!isResourcesInProgress(element) && element.status.toLowerCase() !== 'stopping' && element.edgeNodeStatus === 'running'" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
