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

16 lines
310 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">
2015-03-16 04:08:00 -04:00
<h1><?= $this->escape(
sprintf(
$this->translate('Modify process node: %s'),
$node
)
) ?></h1>
<?= $this->form ?>
</div>