mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-04 01:09:25 -05:00
process/show: do not render hidden config
This commit is contained in:
parent
01c5063839
commit
39b08235a5
1 changed files with 0 additions and 3 deletions
|
|
@ -12,9 +12,6 @@
|
|||
<?= $this->formSelect('processName', $this->processName, array('class' => 'autosubmit'), $this->processList) ?>
|
||||
</form>
|
||||
<?= $this->bp->renderHtml($this) ?>
|
||||
<!--<pre>
|
||||
<?= $this->bp->toLegacyConfigString() ?>
|
||||
</pre>-->
|
||||
<?= $this->render('warnings.phtml') ?>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue