mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-25 09:00:11 +02:00
Add views and controller to handle resource configuration. Add form to edit several resource types at once. refs #4786
12 lines
232 B
PHP
12 lines
232 B
PHP
<?php
|
|
|
|
namespace Icinga\Module\Monitoring\Form\Config\Backend;
|
|
|
|
use Icinga\Module\Monitoring\Form\Config\Backend\EditResourceForm;
|
|
|
|
class CreateResourceForm extends EditResourceForm {
|
|
public function __construct()
|
|
{
|
|
|
|
}
|
|
} |