AddNodeForm: waste less space for multiselects

This commit is contained in:
Thomas Gelf 2017-01-03 11:17:46 +01:00
parent e1ec6c7b6a
commit 7b0b550f4f

View file

@ -165,7 +165,7 @@ class AddNodeForm extends QuickForm
$this->addElement('multiselect', 'children', array(
'label' => $this->translate('Hosts'),
'required' => true,
'size' => 14,
'size' => 8,
'style' => 'width: 25em',
'multiOptions' => $this->enumHostList(),
'description' => $this->translate(
@ -200,7 +200,7 @@ class AddNodeForm extends QuickForm
$this->addElement('multiselect', 'children', array(
'label' => $this->translate('Services'),
'required' => true,
'size' => 14,
'size' => 8,
'style' => 'width: 25em',
'multiOptions' => $this->enumServiceList($host),
'description' => $this->translate(
@ -214,7 +214,7 @@ class AddNodeForm extends QuickForm
$this->addElement('multiselect', 'children', array(
'label' => $this->translate('Process nodes'),
'required' => true,
'size' => 14,
'size' => 8,
'style' => 'width: 25em',
'multiOptions' => $this->enumProcesses(),
'description' => $this->translate(