mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
app: Fix showing app name in port forwarding information
Fixes: #1784. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
parent
9a9c99da81
commit
b3ccb75d2d
@ -38,7 +38,7 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block port_forwarding_info %}
|
{% block port_forwarding_info %}
|
||||||
{% include "port-forwarding-info.html" with service_name=name %}
|
{% include "port-forwarding-info.html" with service_name=app_info.name %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block configuration %}
|
{% block configuration %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user