Skip to content

Commit

Permalink
Removes max limit for the GPU and RAM properties (#2856)
Browse files Browse the repository at this point in the history
  • Loading branch information
VNA818-RPI authored Jul 27, 2022
1 parent c567bf9 commit 69f34aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions elyra/templates/components/generic_properties_template.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@
"placement": "on_panel"
},
"data": {
"minimum": 0,
"maximum": 99
"minimum": 0
}
},
{
Expand All @@ -144,8 +143,7 @@
"placement": "on_panel"
},
"data": {
"minimum": 0,
"maximum": 99
"minimum": 0
}
},
{
Expand Down
6 changes: 2 additions & 4 deletions elyra/tests/pipeline/resources/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@
"placement": "on_panel"
},
"data": {
"minimum": 0,
"maximum": 99
"minimum": 0
}
},
{
Expand All @@ -144,8 +143,7 @@
"placement": "on_panel"
},
"data": {
"minimum": 0,
"maximum": 99
"minimum": 0
}
},
{
Expand Down

0 comments on commit 69f34aa

Please sign in to comment.