1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-22 13:34:04 +03:00

chore: Update LinuxOsADManager type_name to 'Linux Active Directory OS Manager'

This commit is contained in:
Adolfo Gómez García 2024-08-29 16:14:42 +02:00
parent 6d6b8e07d9
commit a4a07be77f
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -49,7 +49,7 @@ logger = logging.getLogger(__name__)
class LinuxOsADManager(LinuxOsManager): class LinuxOsADManager(LinuxOsManager):
type_name = _('Linux OS Active Directory Manager') type_name = _('Linux Active Directory OS Manager')
type_type = 'LinuxADManager' type_type = 'LinuxADManager'
type_description = _('Os Manager to control Linux virtual machines with active directory') type_description = _('Os Manager to control Linux virtual machines with active directory')
icon_file = 'losmanager.png' icon_file = 'losmanager.png'