1
0
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:
Adolfo Gómez García 2021-03-29 12:52:58 +02:00
parent 2aee4e9417
commit 03fc488f33

View File

@ -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,
)