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
|
- variable: advancedresources
|
||||||
label: "Set Custom Resource Limits/Requests (Advanced)"
|
label: "Set Custom Resource Limits/Requests (Advanced)"
|
||||||
group: "Resources and Devices"
|
group: "Resources and Devices"
|
||||||
@@ -98,3 +87,13 @@
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "/dev/ttyACM0"
|
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