From 6217bee2e577c2100a57ce1871c0376acfc53f55 Mon Sep 17 00:00:00 2001 From: Francesco Santoro Date: Fri, 7 Oct 2016 17:09:30 +0200 Subject: [PATCH] 6wind-virtual-accelerator-plugin: invert options display This patch inverts 'mellanox_support' and 'advanced_params_enabled' checkbox on graphical interface to display the advanced parameters below the corresponding checkbox. Signed-off-by: Francesco Santoro Change-Id: Iae185365b8e19f8e3b9dc9fc5ac7cfc2224b54e0 --- environment_config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/environment_config.yaml b/environment_config.yaml index 262274c..6b015df 100644 --- a/environment_config.yaml +++ b/environment_config.yaml @@ -30,17 +30,17 @@ attributes: - condition: "settings:6wind-virtual-accelerator.credentials_package.value == ''" message: "Provide a credentials package" - advanced_params_enabled: - value: false - label: "Advanced Parameters" - description: "Enables configuration of advanced parameters" - weight: 35 - type: "checkbox" - mellanox_support: value: false label: "Enable Mellanox NICs support" description: "Installs 6WIND Virtual Accelerator addon to support Mellanox NICs" + weight: 35 + type: "checkbox" + + advanced_params_enabled: + value: false + label: "Advanced Parameters" + description: "Enables configuration of advanced parameters" weight: 36 type: "checkbox"