Add message that is displayed when rebooting without mesh vpn
This commit is contained in:
parent
6550841235
commit
99936deed8
|
@ -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) %>
|
||||||
|
|
Loading…
Reference in a new issue