mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-13 13:17:54 +03:00
Fixed provider of Physical machines MANDATORY flag for advanced config
This commit is contained in:
parent
2aee4e9417
commit
03fc488f33
@ -59,7 +59,7 @@ class PhysicalMachinesProvider(services.ServiceProvider):
|
||||
label=_('Advanced configuration'),
|
||||
order=3,
|
||||
tooltip=_('Advanced configuration data for the provider'),
|
||||
required=True,
|
||||
required=False,
|
||||
tab=gui.ADVANCED_TAB,
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user