mirror of https://github.com/jumpserver/jumpserver
parent
ab5b85d9b5
commit
f54edab172
|
@ -6,7 +6,7 @@ from perms import serializers
|
||||||
from perms.hands import Asset
|
from perms.hands import Asset
|
||||||
from perms.utils import PermAccountUtil
|
from perms.utils import PermAccountUtil
|
||||||
from .mixin import SelfOrPKUserMixin
|
from .mixin import SelfOrPKUserMixin
|
||||||
|
from ...models import AssetPermission
|
||||||
logger = get_logger(__name__)
|
logger = get_logger(__name__)
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
|
@ -16,6 +16,7 @@ __all__ = [
|
||||||
|
|
||||||
class UserPermedAssetAccountsApi(SelfOrPKUserMixin, ListAPIView):
|
class UserPermedAssetAccountsApi(SelfOrPKUserMixin, ListAPIView):
|
||||||
serializer_class = serializers.AccountsPermedSerializer
|
serializer_class = serializers.AccountsPermedSerializer
|
||||||
|
perm_model = AssetPermission
|
||||||
|
|
||||||
@lazyproperty
|
@lazyproperty
|
||||||
def asset(self):
|
def asset(self):
|
||||||
|
|
Loading…
Reference in New Issue