icingaweb2-module-businessp.../application/views/scripts/node/edit.phtml
2015-03-16 09:08:00 +01:00

15 lines
310 B
PHTML

<?php
use Icinga\Module\Businessprocess\HostNode;
use Icinga\Module\Businessprocess\ServiceNode;
use Icinga\Module\Businessprocess\BpNode;
?><div class="content">
<h1><?= $this->escape(
sprintf(
$this->translate('Modify process node: %s'),
$node
)
) ?></h1>
<?= $this->form ?>
</div>