From 69f34aa3764992d9b2690c5906e0f7096bebab97 Mon Sep 17 00:00:00 2001 From: Viano Arcery <72038310+VNA818-RPI@users.noreply.github.com> Date: Wed, 27 Jul 2022 16:03:58 -0400 Subject: [PATCH] Removes max limit for the GPU and RAM properties (#2856) --- .../templates/components/generic_properties_template.jinja2 | 6 ++---- elyra/tests/pipeline/resources/properties.json | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/elyra/templates/components/generic_properties_template.jinja2 b/elyra/templates/components/generic_properties_template.jinja2 index a9f294dac..dcd16dc45 100644 --- a/elyra/templates/components/generic_properties_template.jinja2 +++ b/elyra/templates/components/generic_properties_template.jinja2 @@ -128,8 +128,7 @@ "placement": "on_panel" }, "data": { - "minimum": 0, - "maximum": 99 + "minimum": 0 } }, { @@ -144,8 +143,7 @@ "placement": "on_panel" }, "data": { - "minimum": 0, - "maximum": 99 + "minimum": 0 } }, { diff --git a/elyra/tests/pipeline/resources/properties.json b/elyra/tests/pipeline/resources/properties.json index c0ede2ec0..3b7498187 100644 --- a/elyra/tests/pipeline/resources/properties.json +++ b/elyra/tests/pipeline/resources/properties.json @@ -128,8 +128,7 @@ "placement": "on_panel" }, "data": { - "minimum": 0, - "maximum": 99 + "minimum": 0 } }, { @@ -144,8 +143,7 @@ "placement": "on_panel" }, "data": { - "minimum": 0, - "maximum": 99 + "minimum": 0 } }, {