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