mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-24 16:49:34 -05:00
10 lines
248 B
PHTML
10 lines
248 B
PHTML
<?php
|
|
|
|
use Icinga\Module\Businessprocess\HostNode;
|
|
use Icinga\Module\Businessprocess\ServiceNode;
|
|
use Icinga\Module\Businessprocess\BpNode;
|
|
|
|
?><div class="content">
|
|
<h1><?= $this->translate('Add new process node') ?></h1>
|
|
<?= $this->form ?>
|
|
</div>
|