mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-11 08:23:49 +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 %}
|
||||
|
||||
{% 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 %}
|
||||
|
||||
{% block configuration %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user