mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
index: do not fail on missing db
This commit is contained in:
parent
a715111d8c
commit
a27025ad91
@ -6,6 +6,9 @@
|
|||||||
<?php if ($this->errorMessage): ?>
|
<?php if ($this->errorMessage): ?>
|
||||||
<p class="error"><?= $this->errorMessage ?></p>
|
<p class="error"><?= $this->errorMessage ?></p>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
<?php if (! $this->stats): ?>
|
||||||
|
</div>
|
||||||
|
<?php return; endif ?>
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
function statSummary($self, $type) {
|
function statSummary($self, $type) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user