mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-24 16:49:34 -05:00
15 lines
310 B
PHTML
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>
|