Restored Credentials table to old behavior

This commit is contained in:
Elijah 2023-12-14 20:27:34 +01:00 committed by Elahi
parent 0e4d93652b
commit dd89997941
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@ class ServiceDeleteView(AccessControl):
return redirect('idhub:admin_services')
class CredentialsView(Credentials, SingleTableView):
class CredentialsView(Credentials):
template_name = "idhub/admin/credentials.html"
table_class = CredentialTable
subtitle = _('View credentials')