mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
DbResourcePage: Drop hidden element `prefix'
That's not a valid configuration option anymore.
This commit is contained in:
parent
3e69ef7e9e
commit
e43abd37a1
@ -55,14 +55,6 @@ class DbResourcePage extends Form
|
|||||||
$resourceForm = new DbResourceForm();
|
$resourceForm = new DbResourceForm();
|
||||||
$this->addElements($resourceForm->createElements($formData)->getElements());
|
$this->addElements($resourceForm->createElements($formData)->getElements());
|
||||||
$this->getElement('name')->setValue('icingaweb_db');
|
$this->getElement('name')->setValue('icingaweb_db');
|
||||||
$this->addElement(
|
|
||||||
'hidden',
|
|
||||||
'prefix',
|
|
||||||
array(
|
|
||||||
'required' => true,
|
|
||||||
'value' => 'icingaweb_'
|
|
||||||
)
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user