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

11 lines
228 B
PHTML
Raw Normal View History

<?php
2014-11-30 09:56:58 -05:00
use Icinga\Module\Businessprocess\HostNode;
use Icinga\Module\Businessprocess\ServiceNode;
use Icinga\Module\Businessprocess\BpNode;
?><div class="content">
<h1><?= $this->escape($node) ?></h1>
<?= $this->form ?>
</div>