diff --git a/app/src/app/instances/instance-wizard/instance-wizard.component.html b/app/src/app/instances/instance-wizard/instance-wizard.component.html index 03f7540..6fbaecc 100644 --- a/app/src/app/instances/instance-wizard/instance-wizard.component.html +++ b/app/src/app/instances/instance-wizard/instance-wizard.component.html @@ -142,7 +142,8 @@
- @@ -192,60 +193,37 @@
-
-
-
Place close to
- -
-
- - -
- -
- - -
-
+
+
- -
-
Place far from
- -
-
- - -
- -
- - -
-
+
+
- -
-
- - -
+
+ +
+
+
diff --git a/app/src/app/instances/instance-wizard/instance-wizard.component.ts b/app/src/app/instances/instance-wizard/instance-wizard.component.ts index 0889be8..f7282bd 100644 --- a/app/src/app/instances/instance-wizard/instance-wizard.component.ts +++ b/app/src/app/instances/instance-wizard/instance-wizard.component.ts @@ -372,6 +372,8 @@ export class InstanceWizardComponent implements OnInit, OnDestroy mountpoint: volume.mountpoint })); + console.log(this.editorForm.get('affinity')); + this.instancesService.add(instance) .subscribe(x => {