Fix GPU group being sorted under "Storage" instead of "Resources and Devices" in GUI
This commit is contained in:
parent
04c02da60e
commit
74b129f6ab
|
@ -277,7 +277,7 @@ questions:
|
|||
# Specify GPU configuration
|
||||
- variable: gpuConfiguration
|
||||
label: "GPU Configuration"
|
||||
group: "Storage"
|
||||
group: "Resources and Devices"
|
||||
schema:
|
||||
type: dict
|
||||
$ref:
|
||||
|
|
|
@ -277,7 +277,7 @@ questions:
|
|||
# Specify GPU configuration
|
||||
- variable: gpuConfiguration
|
||||
label: "GPU Configuration"
|
||||
group: "Storage"
|
||||
group: "Resources and Devices"
|
||||
schema:
|
||||
type: dict
|
||||
$ref:
|
||||
|
|
|
@ -301,7 +301,7 @@ questions:
|
|||
# Specify GPU configuration
|
||||
- variable: gpuConfiguration
|
||||
label: "GPU Configuration"
|
||||
group: "Storage"
|
||||
group: "Resources and Devices"
|
||||
schema:
|
||||
type: dict
|
||||
$ref:
|
||||
|
|
Loading…
Reference in New Issue