Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabteab committed Oct 4, 2022
1 parent b390cd4 commit 5954fd9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions library/X509/UsageTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ public function createColumns()
}
],

'hostname' => [
'label' => mt('x509', 'Hostname')
],
'hostname' => mt('x509', 'Hostname'),

'ip' => [
'label' => mt('x509', 'IP'),
Expand All @@ -45,9 +43,7 @@ public function createColumns()
}
],

'port' => [
'label' => mt('x509', 'Port'),
],
'port' => mt('x509', 'Port'),

'subject' => mt('x509', 'Certificate'),

Expand Down

0 comments on commit 5954fd9

Please sign in to comment.