perf: 修改 rbac asset nodes

This commit is contained in:
ibuler
2023-02-21 13:11:56 +08:00
parent e67a876513
commit f4cc03434f
10 changed files with 319 additions and 339 deletions

View File

@@ -284,5 +284,5 @@ class Asset(NodesRelationMixin, AbsConnectivity, JMSOrgBaseModel):
('push_assetaccount', _('Can push account to asset')),
('test_account', _('Can verify account')),
('match_asset', _('Can match asset')),
('change_assettonode', _('Can change asset nodes')),
('change_assetnodes', _('Can change asset nodes')),
]