You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by hs...@apache.org on 2022/06/03 12:37:45 UTC

[incubator-datalab] 01/01: changed name of run btn to start

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

hshpak pushed a commit to branch hot-fix/change-name-of-run-button
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit 8da6b597826a7699ed0693685db6f39bd4270903
Author: Hennadii_Shpak <bo...@gmail.com>
AuthorDate: Fri Jun 3 15:37:27 2022 +0300

    changed name of run btn to start
---
 .../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 2b7a85719..9dcd2e8e8 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
@@ -245,7 +245,7 @@
                         [ngClass]="{'not-allowed': isResourcesInProgress(element) || element.status.toLowerCase() === 'stopping'
                           || element.edgeNodeStatus !== 'running' }">
                         <i class="material-icons">play_circle_outline</i>
-                        <span>Run</span>
+                        <span>Start</span>
                       </div>
                     </li>
                     <li


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