icingaweb2/modules/monitoring/application/views/scripts/health/not-running.phtml

9 lines
225 B
PHTML

<?php if (! $this->compact): ?>
<div class="controls">
<?= $this->tabs; ?>
</div>
<?php endif ?>
<div class="content">
<?= sprintf($this->translate('%s is currently not up and running'), $this->backendName) ?>
</div>