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:44 UTC

[incubator-datalab] branch hot-fix/change-name-of-run-button created (now 8da6b5978)

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

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


      at 8da6b5978 changed name of run btn to start

This branch includes the following new commits:

     new 8da6b5978 changed name of run btn to start

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


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

Posted by hs...@apache.org.
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