mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-26 03:09:11 +02:00
VarForms: deprecate them
This commit is contained in:
parent
6b79737d36
commit
f7270dc2a7
@ -4,6 +4,9 @@ namespace Icinga\Module\Director\Forms;
|
|||||||
|
|
||||||
use Icinga\Module\Director\Web\Form\DirectorObjectForm;
|
use Icinga\Module\Director\Web\Form\DirectorObjectForm;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated
|
||||||
|
*/
|
||||||
class IcingaHostVarForm extends DirectorObjectForm
|
class IcingaHostVarForm extends DirectorObjectForm
|
||||||
{
|
{
|
||||||
public function setup()
|
public function setup()
|
||||||
|
@ -4,6 +4,9 @@ namespace Icinga\Module\Director\Forms;
|
|||||||
|
|
||||||
use Icinga\Module\Director\Web\Form\DirectorObjectForm;
|
use Icinga\Module\Director\Web\Form\DirectorObjectForm;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated
|
||||||
|
*/
|
||||||
class IcingaServiceVarForm extends DirectorObjectForm
|
class IcingaServiceVarForm extends DirectorObjectForm
|
||||||
{
|
{
|
||||||
public function setup()
|
public function setup()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user