From 484e89f8bd56b922f5bc9743f905ab07ae6eb6f9 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Wed, 1 Feb 2023 15:16:28 +0100 Subject: [PATCH] VPN: IPsec: Status Overview - change column sizing, hide local/remote auth by default. for https://github.com/opnsense/core/issues/6294 --- .../mvc/app/views/OPNsense/IPsec/sessions.volt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/opnsense/mvc/app/views/OPNsense/IPsec/sessions.volt b/src/opnsense/mvc/app/views/OPNsense/IPsec/sessions.volt index d51614b99..64c38b0e5 100644 --- a/src/opnsense/mvc/app/views/OPNsense/IPsec/sessions.volt +++ b/src/opnsense/mvc/app/views/OPNsense/IPsec/sessions.volt @@ -126,16 +126,16 @@ {{ lang._('ID') }} - {{ lang._('Status') }} + {{ lang._('Status') }} {{ lang._('Connection') }} - {{ lang._('Version') }} + {{ lang._('Version') }} {{ lang._('Local ID') }} {{ lang._('Local IP') }} {{ lang._('Remote ID') }} {{ lang._('Remote IP') }} - {{ lang._('Local Auth') }} - {{ lang._('Remote Auth') }} - + {{ lang._('Local Auth') }} + {{ lang._('Remote Auth') }} +