From 7a143c85576af840a74386c4b79d723aedb7b00a Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Mon, 27 May 2019 11:41:15 +0200 Subject: [PATCH] OpenVPN export, hide p12 password when not applicable. closes https://github.com/opnsense/core/issues/3500 --- .../mvc/app/views/OPNsense/OpenVPN/export.volt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/opnsense/mvc/app/views/OPNsense/OpenVPN/export.volt b/src/opnsense/mvc/app/views/OPNsense/OpenVPN/export.volt index 48efc7cf3..bf5e31dac 100644 --- a/src/opnsense/mvc/app/views/OPNsense/OpenVPN/export.volt +++ b/src/opnsense/mvc/app/views/OPNsense/OpenVPN/export.volt @@ -34,6 +34,10 @@ white-space: nowrap; overflow: auto; } + + .ui_hide { + display: none !important; + }