add more columns for custom-column selection (admin view)

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-05-15 17:50:12 +02:00
parent a5115414a8
commit b12d9abaf2
7 changed files with 178 additions and 27 deletions

View File

@@ -56,13 +56,6 @@ return [
'label' => lng('ssl_certificates.valid_until'),
'field' => 'validtodate',
],
'c.letsencrypt' => [
'label' => lng('panel.letsencrypt'),
'field' => 'letsencrypt',
'class' => 'text-center',
'callback' => [Text::class, 'boolean'],
'visible' => Settings::Get('system.le_froxlor_enabled'),
],
],
'visible_columns' => Listing::getVisibleColumnsForListing('sslcertificates_list', [
'd.domain',
@@ -70,7 +63,6 @@ return [
'c.issuer',
'c.validfromdate',
'c.validtodate',
'c.letsencrypt',
]),
'actions' => [
'delete' => [