mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
networks: Fix minor typo in template related to signal strength
- Check for availability of access_point.strength before using access_point.strength. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
parent
47d9894e67
commit
65165f4b42
@ -149,7 +149,7 @@
|
||||
<span class="secondary">{{ connection.wireless.mode_string }}</span>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if access_point.channel %}
|
||||
{% if access_point.strength %}
|
||||
<div class="list-group-item">
|
||||
<span class="primary">{% trans "Signal strength" %}</span>
|
||||
<span class="badge badge-secondary secondary">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user