From 5deeec3562fa11722a56dd47e619bcc6f0986f86 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sun, 14 Nov 2021 15:32:00 +0200 Subject: [PATCH] chore(apps): Move GPU config to the end of the section for cleaner UI (#1324) --- templates/questions/resources.yaml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/templates/questions/resources.yaml b/templates/questions/resources.yaml index 4422e3ce6a0..1ecf4c04584 100644 --- a/templates/questions/resources.yaml +++ b/templates/questions/resources.yaml @@ -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: []