perf: Applet host provider add filterset (#13517)

Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
fit2bot
2024-06-26 19:07:28 +08:00
committed by GitHub
parent 9c8680d3f4
commit cd39e20808
3 changed files with 3 additions and 2 deletions

View File

@@ -29,7 +29,6 @@ class AccountTemplate(LabeledMixin, BaseAccount, SecretWithRandomMixin):
)
permissions = [
('view_accounttemplatesecret', _('Can view asset account template secret')),
('change_accounttemplatesecret', _('Can change asset account template secret')),
]
def __str__(self):