remove sorting from ssl 'issuer' as this data is being read from the certificate content and not the database/table and therefore cannot be sorted using the API, fixes #1116

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-03-21 14:22:10 +01:00
parent c1952afb94
commit 908df5a7bb

View File

@@ -49,6 +49,7 @@ return [
'label' => lng('ssl_certificates.issuer'),
'field' => 'issuer',
'searchable' => false,
'sortable' => false,
],
'c.validfromdate' => [
'label' => lng('ssl_certificates.valid_from'),