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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
