mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
93470db81d
commit
df7b56881f
@ -318,15 +318,15 @@ class BackendConfigForm extends ConfigForm
|
||||
if (count($instances) === 1) {
|
||||
return true;
|
||||
} elseif (count($instances) > 1) {
|
||||
$form->addError(
|
||||
$form->warning(
|
||||
$form->translate(
|
||||
'WARNING: IDO instance validation failed, because there are multiple instances available.'
|
||||
'IDO instance validation failed, because there are multiple instances available.'
|
||||
)
|
||||
);
|
||||
return false;
|
||||
}
|
||||
|
||||
$form->addError(
|
||||
$form->error(
|
||||
$form->translate(
|
||||
'IDO instance validation failed, because there is no IDO instance available.'
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user