Fixed minvalue for max services

This commit is contained in:
Adolfo Gómez García 2021-12-21 15:53:35 +01:00
parent 6b0d98d4eb
commit e1ccc62dab

View File

@ -469,7 +469,7 @@ class ServicesPools(ModelHandler):
{
'name': 'max_srvs',
'value': '0',
'minValue': '1',
'minValue': '0',
'label': ugettext('Maximum number of services to provide'),
'tooltip': ugettext(
'Maximum number of service (assigned and L1 cache) that can be created for this service'