VPN: OpenVPN: Connection Status - add username field to the grid, closes https://github.com/opnsense/core/issues/7834

Although we recommend using matching CN's and usernames, it is possible to share a certificate. Since the datafeed already contains the username, let's add the field to the grid.
This commit is contained in:
Ad Schellevis 2024-09-01 21:05:53 +02:00
parent 0227780bbe
commit 7d5d2f26b5

View File

@ -128,6 +128,7 @@
<th data-column-id="type" data-type="string">{{ lang._('Type') }}</th>
<th data-column-id="description" data-type="string">{{ lang._('Description') }}</th>
<th data-column-id="common_name" data-type="string">{{ lang._('Common Name') }}</th>
<th data-column-id="username" data-type="string">{{ lang._('Username') }}</th>
<th data-column-id="real_address" data-type="string">{{ lang._('Real Address') }}</th>
<th data-column-id="virtual_address" data-type="string">{{ lang._('Virtual IPv4 Address') }}</th>
<th data-column-id="virtual_ipv6_address" data-type="string">{{ lang._('Virtual IPv6 Address') }}</th>