1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-10-07 15:33:51 +03:00

Some minor fixes on generics, order of fields...

This commit is contained in:
Adolfo Gómez García
2024-04-07 05:43:48 +02:00
parent fb3945975c
commit 05c434eb8a
3 changed files with 16 additions and 15 deletions

View File

@@ -303,7 +303,8 @@ class Services(DetailHandler): # pylint: disable=too-many-public-methods
'tooltip': _('Kind of service counting for calculating if MAX is reached'),
'type': types.ui.FieldType.CHOICE,
'readonly': False,
'order': 101,
'order': 110,
'tab': types.ui.Tab.ADVANCED,
},
)