mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-03 20:29:34 -05:00
toplevel: preserve process
This commit is contained in:
parent
48fb0b61bf
commit
6aee9d7de5
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ if ($count < 20) {
|
|||
<div class="toplevel <?= $howMany ?>" data-base-target="_next">
|
||||
<?php foreach ($this->bp->getChildren() as $name => $node): ?>
|
||||
<div class="<?= strtolower($node->getStateName()) ?><?= $node->isHandled() ? ' handled' : '' ?>">
|
||||
<a href="<?= $this->url('businessprocess/process/show', array('processName' => $this->processName, 'process' => $name)) ?>"><?= $this->escape($name) ?></a>
|
||||
<a href="<?= $this->url('businessprocess/process/show', array('processName' => $this->processName, 'process' => $name)) ?>"><?= $this->escape($node->getAlias()) ?></a>
|
||||
</div>
|
||||
<?php endforeach ?>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue