mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-07 01:04:03 +00:00
[Update] 资产model.__all__添加ProtocolsMixin
This commit is contained in:
parent
59927ffcd9
commit
963b0911cf
@ -15,7 +15,7 @@ from .user import AdminUser, SystemUser
|
|||||||
from .utils import Connectivity
|
from .utils import Connectivity
|
||||||
from orgs.mixins import OrgModelMixin, OrgManager
|
from orgs.mixins import OrgModelMixin, OrgManager
|
||||||
|
|
||||||
__all__ = ['Asset']
|
__all__ = ['Asset', 'ProtocolsMixin']
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user