From f5766fbf2053593bddd7ae929691db90eafda4f2 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Mon, 11 Mar 2019 19:57:45 +0100 Subject: [PATCH] Filter/alias, minor stylefix for alias_util.volt, closes https://github.com/opnsense/core/pull/3315 --- src/opnsense/mvc/app/views/OPNsense/Firewall/alias_util.volt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/opnsense/mvc/app/views/OPNsense/Firewall/alias_util.volt b/src/opnsense/mvc/app/views/OPNsense/Firewall/alias_util.volt index 771a4c8c3..0b030f44e 100644 --- a/src/opnsense/mvc/app/views/OPNsense/Firewall/alias_util.volt +++ b/src/opnsense/mvc/app/views/OPNsense/Firewall/alias_util.volt @@ -81,7 +81,7 @@ BootstrapDialog.show({ type: BootstrapDialog.TYPE_DEFAULT, title: '{{ lang._("Find references") }}', - message: '

{{ lang._("Enter an IP address to show in which aliases it's used.") }}

' + + message: '

{{ lang._("Enter an IP address to show in which aliases it\'s used.") }}

' + '
' + '' + '' + @@ -154,6 +154,9 @@ border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } + .btn.pull-right { + margin-left: 3px; + }