mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +02:00
PropertyModifierRegexReplace: failed to adjust the input fields
This commit is contained in:
parent
b43b8ee5e3
commit
396120a1ce
@ -10,12 +10,12 @@ class PropertyModifierRegexReplace extends PropertyModifierHook
|
||||
|
||||
public static function addSettingsFormFields(QuickForm $form)
|
||||
{
|
||||
$form->addElement('text', 'start', array(
|
||||
'label' => 'Start index',
|
||||
$form->addElement('text', 'pattern', array(
|
||||
'label' => 'Regex pattern',
|
||||
'required' => true,
|
||||
));
|
||||
$form->addElement('text', 'start', array(
|
||||
'label' => 'End index',
|
||||
$form->addElement('text', 'replacement', array(
|
||||
'label' => 'Replacement',
|
||||
'required' => true,
|
||||
));
|
||||
return $form;
|
||||
|
Loading…
x
Reference in New Issue
Block a user