mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Don't require to configure a port for database connections
This commit is contained in:
parent
56bef276e0
commit
947d5c6190
@ -78,7 +78,6 @@ class DbResourceForm extends Form
|
|||||||
'number',
|
'number',
|
||||||
'port',
|
'port',
|
||||||
array(
|
array(
|
||||||
'required' => true,
|
|
||||||
'preserveDefault' => true,
|
'preserveDefault' => true,
|
||||||
'label' => $this->translate('Port'),
|
'label' => $this->translate('Port'),
|
||||||
'description' => $this->translate('The port to use'),
|
'description' => $this->translate('The port to use'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user