mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-12 07:23:04 -05:00
process/show:: allow to switch process
This commit is contained in:
parent
0bdec95c6c
commit
86ef2baeb3
1 changed files with 3 additions and 0 deletions
|
|
@ -8,6 +8,9 @@
|
|||
</div>
|
||||
|
||||
<div class="content" data-base-target="_next">
|
||||
<form method="post" action="<?= $this->url()->without('process') ?>" data-base-target="_self">
|
||||
<?= $this->formSelect('processName', $this->processName, array('class' => 'autosubmit'), $this->processList) ?>
|
||||
</form>
|
||||
<?= $this->bp->renderHtml($this) ?>
|
||||
<?= $this->render('warnings.phtml') ?>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue