mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 18:44:44 +00:00
VPN: IPsec: Status Overview - change column sizing, hide local/remote auth by default. for https://github.com/opnsense/core/issues/6294
This commit is contained in:
parent
977dd3194b
commit
484e89f8bd
@ -126,16 +126,16 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th data-column-id="name" data-type="string" data-sortable="false" data-identifier="true" data-visible="false">{{ lang._('ID') }}</th>
|
||||
<th data-column-id="connected" data-width="6em" data-type="string" data-formatter="status">{{ lang._('Status') }}</th>
|
||||
<th data-column-id="connected" data-width="6em" data-type="string" data-width="3em" data-formatter="status">{{ lang._('Status') }}</th>
|
||||
<th data-column-id="phase1desc" data-type="string">{{ lang._('Connection') }}</th>
|
||||
<th data-column-id="version" data-type="string">{{ lang._('Version') }}</th>
|
||||
<th data-column-id="version" data-width="6em" data-type="string">{{ lang._('Version') }}</th>
|
||||
<th data-column-id="local-id" data-type="string">{{ lang._('Local ID') }}</th>
|
||||
<th data-column-id="local-addrs" data-type="string">{{ lang._('Local IP') }}</th>
|
||||
<th data-column-id="remote-id" data-type="string">{{ lang._('Remote ID') }}</th>
|
||||
<th data-column-id="remote-addrs" data-type="string">{{ lang._('Remote IP') }}</th>
|
||||
<th data-column-id="local-class" data-type="string">{{ lang._('Local Auth') }}</th>
|
||||
<th data-column-id="remote-class" data-type="string">{{ lang._('Remote Auth') }}</th>
|
||||
<th data-column-id="commands" data-width="7em" data-formatter="commands" data-sortable="false"></th>
|
||||
<th data-column-id="local-class" data-visible="false" data-type="string">{{ lang._('Local Auth') }}</th>
|
||||
<th data-column-id="remote-class" data-visible="false" data-type="string">{{ lang._('Remote Auth') }}</th>
|
||||
<th data-column-id="commands" data-width="4em" data-formatter="commands" data-sortable="false"></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user