chore(apps): Move GPU config to the end of the section for cleaner UI (#1324)
This commit is contained in:
@@ -1,15 +1,4 @@
|
||||
|
||||
# Specify GPU configuration
|
||||
- variable: scaleGPU
|
||||
label: "GPU Configuration"
|
||||
group: "Resources and Devices"
|
||||
schema:
|
||||
type: dict
|
||||
$ref:
|
||||
- "definitions/gpuConfiguration"
|
||||
attrs: []
|
||||
|
||||
|
||||
- variable: advancedresources
|
||||
label: "Set Custom Resource Limits/Requests (Advanced)"
|
||||
group: "Resources and Devices"
|
||||
@@ -98,3 +87,13 @@
|
||||
schema:
|
||||
type: string
|
||||
default: "/dev/ttyACM0"
|
||||
|
||||
# Specify GPU configuration
|
||||
- variable: scaleGPU
|
||||
label: "GPU Configuration"
|
||||
group: "Resources and Devices"
|
||||
schema:
|
||||
type: dict
|
||||
$ref:
|
||||
- "definitions/gpuConfiguration"
|
||||
attrs: []
|
||||
|
||||
Reference in New Issue
Block a user