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:
@@ -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,
|
||||
},
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user