diff --git a/modules/admin-full/luasrc/view/admin_network/iface_overview.htm b/modules/admin-full/luasrc/view/admin_network/iface_overview.htm
index 0e03b912b3..9577ed0fde 100644
--- a/modules/admin-full/luasrc/view/admin_network/iface_overview.htm
+++ b/modules/admin-full/luasrc/view/admin_network/iface_overview.htm
@@ -8,8 +8,6 @@ You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
-$Id$
-
-%>
<%-
@@ -164,6 +162,14 @@ $Id$
d.innerHTML = html;
}
+ else if (d && !ifc.ifname)
+ {
+ d.innerHTML = String.format(
+ '<%:Network without interfaces.%>
' +
+ '?tab.network.%s=physical"><%:Assign interfaces...%>',
+ ifc.name, ifc.name
+ );
+ }
else if (d && !ifc.proto)
{
var e = document.getElementById(ifc.id + '-ifc-edit');