This is an automated email from the ASF dual-hosted git repository. hshpak pushed a commit to branch feat/DATALAB-2646/create-HDInside-on-Azure in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
commit 6ddad689decb916be5ebfc0f26c5d73ef69e4337 Author: Hennadii_Shpak <[email protected]> AuthorDate: Tue Aug 23 13:52:12 2022 +0300 added console.log --- .../computational-resource-create-dialog.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/services/self-service/src/main/resources/webapp/src/app/resources/computational/computational-resource-create-dialog/computational-resource-create-dialog.component.ts b/services/self-service/src/main/resources/webapp/src/app/resources/computational/computational-resource-create-dialog/computational-resource-create-dialog.component.ts index 93a8aabd4..6af0a3751 100644 --- a/services/self-service/src/main/resources/webapp/src/app/resources/computational/computational-resource-create-dialog/computational-resource-create-dialog.component.ts +++ b/services/self-service/src/main/resources/webapp/src/app/resources/computational/computational-resource-create-dialog/computational-resource-create-dialog.component.ts @@ -156,6 +156,7 @@ export class ComputationalResourceCreateDialogComponent implements OnInit { }, error => this.toastr.error(error.message, 'Oops!') ); + console.log(this.resourceForm); } public isHasHDInside(templateList: ComputationalTemplate[]): boolean { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
