From 013e802abfccf00833e47edc278f5c52a10953bf Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Fri, 13 Sep 2019 14:17:33 +0200 Subject: [PATCH] IPSec public key authentication, fix background on /ui/ipsec/key-pairs --- .../app/views/OPNsense/IPsec/key_pairs.volt | 57 ++++++++++--------- 1 file changed, 29 insertions(+), 28 deletions(-) diff --git a/src/opnsense/mvc/app/views/OPNsense/IPsec/key_pairs.volt b/src/opnsense/mvc/app/views/OPNsense/IPsec/key_pairs.volt index 2091ceeb1..4868c9f37 100644 --- a/src/opnsense/mvc/app/views/OPNsense/IPsec/key_pairs.volt +++ b/src/opnsense/mvc/app/views/OPNsense/IPsec/key_pairs.volt @@ -91,33 +91,34 @@ POSSIBILITY OF SUCH DAMAGE. {{ lang._('You must apply the changes in order for them to take effect.') }} - - - - - - - - - - - - - - - - - - - -
{{ lang._('ID') }}{{ lang._('Name') }}{{ lang._('Key Type') }}{{ lang._('Key Size') }}{{ lang._('Key Fingerprint') }}{{ lang._('Commands') }}
- - -
+
+ + + + + + + + + + + + + + + + + + +
{{ lang._('ID') }}{{ lang._('Name') }}{{ lang._('Key Type') }}{{ lang._('Key Size') }}{{ lang._('Key Fingerprint') }}{{ lang._('Commands') }}
+ + +
+
{{ partial("layout_partials/base_dialog",['fields':formDialogKeyPair,'id':'DialogKeyPair','label':lang._('Edit key pair')]) }}