From 3e386e8b8d02cad2be1e27876e29c0ecc05eeb60 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Wed, 20 Mar 2019 16:55:00 +0100 Subject: [PATCH] Routes, show message on save (settings need apply) --- src/opnsense/mvc/app/views/OPNsense/Routes/index.volt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/opnsense/mvc/app/views/OPNsense/Routes/index.volt b/src/opnsense/mvc/app/views/OPNsense/Routes/index.volt index 6dc4d10b1..0ee622e77 100644 --- a/src/opnsense/mvc/app/views/OPNsense/Routes/index.volt +++ b/src/opnsense/mvc/app/views/OPNsense/Routes/index.volt @@ -46,13 +46,12 @@ POSSIBILITY OF SUCH DAMAGE. } }); }); - });
- +
@@ -75,6 +74,9 @@ POSSIBILITY OF SUCH DAMAGE.
{{ lang._('Disabled') }}
+ {{ lang._('Do not enter static routes for networks assigned on any interface of this firewall. Static routes are only used for networks reachable via a different router, and not reachable via your default gateway.')}}