-
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 =>
{