Add message that is displayed when rebooting without mesh vpn
This commit is contained in:
parent
6550841235
commit
99936deed8
|
@ -21,6 +21,10 @@
|
|||
<%= pubkey %>
|
||||
</div>
|
||||
</fieldset>
|
||||
<% else %>
|
||||
<p>
|
||||
<%= luci.template.render_string(site.config_mode.msg_nopubkey) %>
|
||||
</p>
|
||||
<% end %>
|
||||
<fieldset class="cbi-section">
|
||||
<%= luci.template.render_string(site.config_mode.msg_reboot) %>
|
||||
|
|
Loading…
Reference in a new issue