diff --git a/applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm b/applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm
index f6a81d0020..0aac36de87 100644
--- a/applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm
+++ b/applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm
@@ -126,7 +126,12 @@ end
var tbody = document.getElementById('olsr_services');
if (tbody)
{
- var s = '';
+ var s = '
' +
+ '
<%:Url%>
' +
+ '
<%:Protocol%>
' +
+ '
<%:Source%>
' +
+ '
';
+
for (var idx = 0; idx < info.length; idx++)
{
var service = info[idx];
@@ -152,7 +157,7 @@ end