Add message that is displayed when rebooting without mesh vpn

This commit is contained in:
ohrensessel 2014-06-26 19:54:48 +02:00
parent 6550841235
commit 99936deed8

View file

@ -21,6 +21,10 @@
<%= pubkey %> <%= pubkey %>
</div> </div>
</fieldset> </fieldset>
<% else %>
<p>
<%= luci.template.render_string(site.config_mode.msg_nopubkey) %>
</p>
<% end %> <% end %>
<fieldset class="cbi-section"> <fieldset class="cbi-section">
<%= luci.template.render_string(site.config_mode.msg_reboot) %> <%= luci.template.render_string(site.config_mode.msg_reboot) %>