parent
7df1b3aa0f
commit
a8765bc4ea
|
@ -3,7 +3,6 @@
|
||||||
|
|
||||||
namespace Icinga\Module\Monitoring\Forms;
|
namespace Icinga\Module\Monitoring\Forms;
|
||||||
|
|
||||||
use \Zend_Form;
|
|
||||||
use Icinga\Web\Form;
|
use Icinga\Web\Form;
|
||||||
use Icinga\Data\Filter\Filter;
|
use Icinga\Data\Filter\Filter;
|
||||||
|
|
||||||
|
@ -13,7 +12,7 @@ use Icinga\Data\Filter\Filter;
|
||||||
class StatehistoryForm extends Form
|
class StatehistoryForm extends Form
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Initialize this form
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
public function init()
|
public function init()
|
||||||
{
|
{
|
||||||
|
@ -56,7 +55,7 @@ class StatehistoryForm extends Form
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @see Form::createElements()
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
public function createElements(array $formData)
|
public function createElements(array $formData)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue