mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-17 13:47:49 +00:00
perf: vnc_guide method only by xpack
This commit is contained in:
parent
75575af56f
commit
0ced48efca
@ -72,7 +72,7 @@ class NativeClient(TextChoices):
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def xpack_methods(cls):
|
def xpack_methods(cls):
|
||||||
return [cls.mstsc, cls.db_client]
|
return [cls.mstsc, cls.db_client, cls.vnc_guide]
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def get_methods(cls, os='windows'):
|
def get_methods(cls, os='windows'):
|
||||||
|
Loading…
Reference in New Issue
Block a user