mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-27 17:49:35 -05:00
views/scripts: remove obsolete files
This commit is contained in:
parent
72e7aa798c
commit
1f17ca8a24
2 changed files with 0 additions and 14 deletions
|
|
@ -1,6 +0,0 @@
|
|||
<?= $this->controls->render() ?>
|
||||
|
||||
<div class="content">
|
||||
<h1><?= $this->translate('Add new process node') ?></h1>
|
||||
<?= $this->form ?>
|
||||
</div>
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
<!--<div class="controls">
|
||||
<?= $this->tabs ?>
|
||||
</div>-->
|
||||
|
||||
<div class="content">
|
||||
<h1>BI Simulation: <?= $this->escape(preg_replace('/;/', ' - ', $this->node)) ?></h1>
|
||||
<?= $this->form ?>
|
||||
</div>
|
||||
Loading…
Reference in a new issue