You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by dy...@apache.org on 2022/01/25 15:59:55 UTC

[incubator-datalab] branch DATALAB-2637 updated: added console.log

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 <bo...@gmail.com>
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: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org