summaryrefslogtreecommitdiffhomepage
path: root/modules/admin-full/luasrc/view/admin_network
diff options
context:
space:
mode:
Diffstat (limited to 'modules/admin-full/luasrc/view/admin_network')
-rw-r--r--modules/admin-full/luasrc/view/admin_network/iface_status.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/admin-full/luasrc/view/admin_network/iface_status.htm b/modules/admin-full/luasrc/view/admin_network/iface_status.htm
index 508ccbb928..69ae052723 100644
--- a/modules/admin-full/luasrc/view/admin_network/iface_status.htm
+++ b/modules/admin-full/luasrc/view/admin_network/iface_status.htm
@@ -19,7 +19,7 @@
'<img src="<%=resource%>/icons/%s%s.png" style="width:16px; height:16px" />' +
'<br /><small>%s</small>',
ifc.type, ifc.is_up ? '' : '_disabled',
- ifc.name
+ ifc.is_up ? ifc.ifname : '?'
);
var d = document.getElementById('<%=self.option%>-ifc-description');