Restored Credentials table to old behavior
This commit is contained in:
parent
0e4d93652b
commit
dd89997941
|
@ -553,7 +553,7 @@ class ServiceDeleteView(AccessControl):
|
||||||
return redirect('idhub:admin_services')
|
return redirect('idhub:admin_services')
|
||||||
|
|
||||||
|
|
||||||
class CredentialsView(Credentials, SingleTableView):
|
class CredentialsView(Credentials):
|
||||||
template_name = "idhub/admin/credentials.html"
|
template_name = "idhub/admin/credentials.html"
|
||||||
table_class = CredentialTable
|
table_class = CredentialTable
|
||||||
subtitle = _('View credentials')
|
subtitle = _('View credentials')
|
||||||
|
|
Loading…
Reference in New Issue