Make sure the wifi password adheres to the hostapd rules

This commit is contained in:
Ana Custura 2026-03-12 10:55:02 +00:00
parent e79969805d
commit 3d83c96586
3 changed files with 9 additions and 4 deletions

View file

@ -20,7 +20,7 @@
<label class="label is-large">Services</label>
<div class="field checkbox">
<div class="field checkbox" style="display: none">
{{ wtf.form_bool_field(form.enable_map_viewer) }}
<p class="help butter-form-margin">Whether map services are enabled.</p>
</div>
@ -36,7 +36,7 @@
{{ wtf.form_bool_field(form.enable_file_viewer) }}
<p class="help butter-form-margin">Whether files services via USB are enabled.</p>
</div>
<div class="field checkbox">
<div class="field checkbox" style="display: none">
{{ wtf.form_bool_field(form.enable_app_store) }}
<p class="help">Whether app store services are enabled.</p>
</div>