mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-28 10:09:33 -05:00
node/add: simplify view script
This commit is contained in:
parent
d3eff54603
commit
cd13afd560
1 changed files with 2 additions and 6 deletions
|
|
@ -1,10 +1,6 @@
|
|||
<?php
|
||||
<?= $this->controls->render() ?>
|
||||
|
||||
use Icinga\Module\Businessprocess\HostNode;
|
||||
use Icinga\Module\Businessprocess\ServiceNode;
|
||||
use Icinga\Module\Businessprocess\BpNode;
|
||||
|
||||
?><div class="content">
|
||||
<div class="content">
|
||||
<h1><?= $this->translate('Add new process node') ?></h1>
|
||||
<?= $this->form ?>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue