mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
PreferenceForm: Enforce page size limit being 25 or higher
This commit is contained in:
parent
c1bb17709a
commit
774ad831c0
@ -289,6 +289,8 @@ class PreferenceForm extends Form
|
||||
array(
|
||||
'label' => $this->translate('Default page size'),
|
||||
'description' => $this->translate('Default number of items per page for list views'),
|
||||
'placeholder' => 25,
|
||||
'min' => 25,
|
||||
'step' => 1
|
||||
)
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user