You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by an...@apache.org on 2019/06/18 17:47:23 UTC

[incubator-dlab] 01/06: [DLAB-805]: configuration parameters control fixes

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

ankovalyshyn pushed a commit to branch feature/projects
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit 74026f1085683e2d2a283dcf6818a11deb1610bd
Author: Andriana Kovalyshyn <An...@epam.com>
AuthorDate: Tue Jun 18 20:42:35 2019 +0300

    [DLAB-805]: configuration parameters control fixes
---
 .../exploratory/create-environment/create-environment.component.ts      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/create-environment/create-environment.component.ts b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/create-environment/create-environment.component.ts
index e17dac4..0dca14b 100644
--- a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/create-environment/create-environment.component.ts
+++ b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/create-environment/create-environment.component.ts
@@ -97,7 +97,7 @@ export class ExploratoryEnvironmentCreateComponent implements OnInit {
       ? JSON.stringify(CLUSTER_CONFIGURATION.SPARK, undefined, 2) : '';
 
     document.querySelector('#config').scrollIntoView({ block: 'start', behavior: 'smooth' });
-    this.createExploratoryForm.controls['configuration_parameters'].setValue(value);
+    this.createExploratoryForm.controls['cluster_config'].setValue(value);
   }
 
   private initFormModel(): void {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org