mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-05-28 04:34:57 -04:00
parent
cc5899abab
commit
8939b11b73
2 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ class CommonForm extends Form
|
|||
public function init()
|
||||
{
|
||||
$this->setName('form_timerangepickercommon_graphite');
|
||||
$this->setAttrib('data-base-target', '_self');
|
||||
}
|
||||
|
||||
public function createElements(array $formData)
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ class CustomForm extends Form
|
|||
public function init()
|
||||
{
|
||||
$this->setName('form_timerangepickercustom_graphite');
|
||||
$this->setAttrib('data-base-target', '_self');
|
||||
}
|
||||
|
||||
public function createElements(array $formData)
|
||||
|
|
|
|||
Loading…
Reference in a new issue