This is an automated email from the ASF dual-hosted git repository.
lfrolov pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to refs/heads/develop by this push:
new fcb02a7 minor fix
new b2f636a Merge pull request #1382 from
GennadiyShpak/fix/recreate-edge-node-modal-title
fcb02a7 is described below
commit fcb02a7b9c464ec5b447c8684daa73cc7dd7e2e0
Author: Hennadii Shpak <[email protected]>
AuthorDate: Fri Dec 17 14:18:55 2021 +0200
minor fix
---
.../modal-dialog/edge-action-dialog/edge-action-dialog.component.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/services/self-service/src/main/resources/webapp/src/app/shared/modal-dialog/edge-action-dialog/edge-action-dialog.component.ts
b/services/self-service/src/main/resources/webapp/src/app/shared/modal-dialog/edge-action-dialog/edge-action-dialog.component.ts
index 244493d..5a11a04 100644
---
a/services/self-service/src/main/resources/webapp/src/app/shared/modal-dialog/edge-action-dialog/edge-action-dialog.component.ts
+++
b/services/self-service/src/main/resources/webapp/src/app/shared/modal-dialog/edge-action-dialog/edge-action-dialog.component.ts
@@ -56,7 +56,7 @@ import { MatDialogRef, MAT_DIALOG_DATA } from
'@angular/material/dialog';
</ul>
</div>
<ng-template #oneNode>
- Edge node <span class="strong">{{data.item[0].name}}</span> wil be
{{data.type === 'stop' ? 'stopped' : data.type === 'start' ? 'started' :
'recreated'}}
+ Edge node <span class="strong">{{data.item[0].name}}</span> will be
{{data.type === 'stop' ? 'stopped' : data.type === 'start' ? 'started' :
'recreated'}}
</ng-template>
<p class="m-top-20 action-text"><span class="strong">Do you want to
proceed?</span></p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]