mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
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:
parent
0227780bbe
commit
7d5d2f26b5
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user