mirror of https://github.com/jumpserver/jumpserver
perf: vnc_guide method only by xpack
parent
38b268b104
commit
299e52cd11
|
@ -72,7 +72,7 @@ class NativeClient(TextChoices):
|
|||
|
||||
@classmethod
|
||||
def xpack_methods(cls):
|
||||
return [cls.mstsc, cls.db_client]
|
||||
return [cls.mstsc, cls.db_client, cls.vnc_guide]
|
||||
|
||||
@classmethod
|
||||
def get_methods(cls, os='windows'):
|
||||
|
|
Loading…
Reference in New Issue