mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-24 00:29:47 -05:00
6 lines
196 B
PHTML
6 lines
196 B
PHTML
<?php if ($this->warnings): ?>
|
|
<h2><?= $this->translate('Warnings') ?></h2>
|
|
<?php foreach ($this->warnings as $warning): ?>
|
|
<?= $this->escape($warning) ?><br />
|
|
<?php endforeach ?>
|
|
<?php endif ?>
|