mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
parent
8b4c2c459a
commit
9a90e2a183
@ -377,7 +377,7 @@ class BackendConfigForm extends ConfigForm
|
|||||||
$rowCount = $db->select()->from('icinga_instances')->count();
|
$rowCount = $db->select()->from('icinga_instances')->count();
|
||||||
|
|
||||||
if ($rowCount === 0) {
|
if ($rowCount === 0) {
|
||||||
$form->error($form->translate(
|
$form->warning($form->translate(
|
||||||
'There is currently no icinga instance writing to the IDO. Make sure '
|
'There is currently no icinga instance writing to the IDO. Make sure '
|
||||||
. 'that a icinga instance is configured and able to write to the IDO.'
|
. 'that a icinga instance is configured and able to write to the IDO.'
|
||||||
));
|
));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user