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 <francesco.santoro@6wind.com>

Change-Id: Iae185365b8e19f8e3b9dc9fc5ac7cfc2224b54e0
This commit is contained in:
Francesco Santoro 2016-10-07 17:09:30 +02:00
parent fcf0b64d69
commit 6217bee2e5
1 changed files with 7 additions and 7 deletions

View File

@ -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"