mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-09 06:42:52 -05:00
Remove IcingaDb from list of available backends.
By default use monitoring backend if icingadb is preferred default backend is set to icingadb.
This commit is contained in:
parent
a5165ef476
commit
1d12701293
1 changed files with 0 additions and 4 deletions
|
|
@ -25,10 +25,6 @@ abstract class BpConfigBaseForm extends QuickForm
|
|||
$keys = array_combine($keys, $keys);
|
||||
}
|
||||
|
||||
if ($moduleManager->hasEnabled('icingadb')) {
|
||||
$keys['_icingadb'] = 'Icinga DB';
|
||||
}
|
||||
|
||||
return $keys;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue