Fix form element validation

refs #115
This commit is contained in:
Alexander A. Klimov 2018-01-10 18:37:30 +01:00
parent 839ca7e618
commit 8f7be9ee5d

View file

@ -23,7 +23,7 @@ class AdvancedForm extends ConfigForm
[
'label' => $this->translate('Default time range'),
'description' => $this->translate('The default time range for graphs'),
'min' => 1,
'min' => 0,
'value' => 1
]
],