1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-22 22:03:54 +03:00

Merge remote-tracking branch 'origin/v4.0'

This commit is contained in:
Adolfo Gómez García 2024-12-23 17:32:46 +01:00
commit 8450938c75
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -104,7 +104,7 @@ class Services(DetailHandler): # pylint: disable=too-many-public-methods
'user_services_count': models.UserService.objects.filter(deployed_service__service=item)
.exclude(state__in=State.INFO_STATES)
.count(),
'max_services_count_type': item.max_services_count_type,
'max_services_count_type': str(item.max_services_count_type),
'maintenance_mode': item.provider.maintenance_mode,
'permission': perm,
}