mirror of https://github.com/jumpserver/jumpserver
perf: Community Edition Remove db client
parent
deb8474c1b
commit
38e8791d9f
|
@ -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'):
|
||||||
|
|
Loading…
Reference in New Issue