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

dyankiv pushed a commit to branch DATALAB-2637
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/DATALAB-2637 by this push:
     new d2611a0  added console.log
     new 9b4f667  Merge pull request #1396 from 
GennadiyShpak/fix/DATALAB-2637/spot-instance-checkbox
d2611a0 is described below

commit d2611a0a9e0362514146ddd92f5b4079e86cfa1a
Author: Hennadii_Shpak <[email protected]>
AuthorDate: Tue Jan 25 17:39:11 2022 +0200

    added console.log
---
 .../computational-resource-create-dialog.component.ts              | 7 +++++++
 1 file changed, 7 insertions(+)

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 1d5514c..1e6ec89 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
@@ -366,6 +366,13 @@ export class ComputationalResourceCreateDialogComponent 
implements OnInit {
         });
       }
     }
+
+    console.log('form1', this.resourceForm);
+    console.log('resourceForm.value.shape_slave2', 
this.resourceForm.value.shape_slave);
+    console.log('selectedImage?.image3', this.selectedImage?.image);
+    console.log('resourceForm.value.version4', 
this.resourceForm.value.version);
+    console.log('limits.min_emr_spot_instance_bid_pct5', 
this.selectedImage.limits.min_emr_spot_instance_bid_pct);
+    
   }
 
   public clearGpuType(type) {

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to