diff --git a/application/forms/Setup/DbResourcePage.php b/application/forms/Setup/DbResourcePage.php index 37e08302b..b356d2efa 100644 --- a/application/forms/Setup/DbResourcePage.php +++ b/application/forms/Setup/DbResourcePage.php @@ -63,6 +63,14 @@ class DbResourcePage extends Form $resourceForm = new DbResourceForm(); $this->addElements($resourceForm->createElements($formData)->getElements()); + $this->addElement( + 'hidden', + 'prefix', + array( + 'required' => true, + 'value' => 'icingaweb_' + ) + ); } /**