From d131f092a0dce305a4808da045ee575006d8487f Mon Sep 17 00:00:00 2001 From: Dragos Date: Mon, 31 May 2021 17:19:33 +0300 Subject: [PATCH] TRIX-22 fixed illegible memory/disk filters --- .../instance-wizard.component.html | 74 +++++++------------ .../instance-wizard.component.ts | 2 + 2 files changed, 28 insertions(+), 48 deletions(-) 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 => {