mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-01 15:37:19 +00:00
perf: Community Edition Remove db client
This commit is contained in:
@@ -68,7 +68,7 @@ class NativeClient(TextChoices):
|
||||
|
||||
@classmethod
|
||||
def xpack_methods(cls):
|
||||
return [cls.mstsc]
|
||||
return [cls.mstsc, cls.db_client]
|
||||
|
||||
@classmethod
|
||||
def get_methods(cls, os='windows'):
|
||||
|
Reference in New Issue
Block a user