summaryrefslogtreecommitdiffstats
path: root/modules/monitoring/application/views/scripts/health/not-running.phtml
blob: 8439fc49e85fa5615178c2dc3bed4ae82df5a854 (plain)
1
2
3
4
5
6
7
8
<?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>