mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
Make host
optional for oci
database resources
`oci` uses Zend's `Oracle` adapter, which does not use this setting at all.
This commit is contained in:
parent
e66f76e881
commit
1b91a93e34
@ -58,7 +58,7 @@ class DbResourceForm extends Form
|
|||||||
$offerMysql = true;
|
$offerMysql = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($dbChoice === 'oracle') {
|
if ($dbChoice === 'oracle' || $dbChoice === 'oci') {
|
||||||
$hostIsRequired = false;
|
$hostIsRequired = false;
|
||||||
} else {
|
} else {
|
||||||
$hostIsRequired = true;
|
$hostIsRequired = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user