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')]) }}