From 99936deed8f8421f34aa7f15ea21d87475de7f20 Mon Sep 17 00:00:00 2001 From: ohrensessel Date: Thu, 26 Jun 2014 19:54:48 +0200 Subject: [PATCH] Add message that is displayed when rebooting without mesh vpn --- .../files/usr/lib/lua/luci/view/gluon-config-mode/reboot.htm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ffhh-config-mode/files/usr/lib/lua/luci/view/gluon-config-mode/reboot.htm b/ffhh-config-mode/files/usr/lib/lua/luci/view/gluon-config-mode/reboot.htm index db9cbc2..7b2070f 100644 --- a/ffhh-config-mode/files/usr/lib/lua/luci/view/gluon-config-mode/reboot.htm +++ b/ffhh-config-mode/files/usr/lib/lua/luci/view/gluon-config-mode/reboot.htm @@ -21,6 +21,10 @@ <%= pubkey %> + <% else %> +

+ <%= luci.template.render_string(site.config_mode.msg_nopubkey) %> +

<% end %>
<%= luci.template.render_string(site.config_mode.msg_reboot) %>