icingaweb2-module-businessp.../application/views/scripts/node/add.phtml

11 lines
248 B
PHTML
Raw Normal View History

2015-03-16 04:08:00 -04:00
<?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>