modules/admin-full: add sanity checks to interface status page
This commit is contained in:
parent
6a9d7ac70c
commit
112d053284
1 changed files with 6 additions and 2 deletions
|
@ -171,6 +171,8 @@ $Id$
|
|||
<% for _, i in ipairs(single_ifs) do
|
||||
dev = get_ifname(i)
|
||||
vlan = get_vlan(dev)
|
||||
|
||||
if devinfo and devinfo[dev] then
|
||||
%>
|
||||
<h3><%:a_s_if_interface Interface%> <%=i['.name']%></h3>
|
||||
<p style="font-size:90%;padding-left:1em">
|
||||
|
@ -221,12 +223,14 @@ $Id$
|
|||
<% end %>
|
||||
<%- end -%>
|
||||
<br /></p>
|
||||
<% end %>
|
||||
<% end end %>
|
||||
|
||||
|
||||
<% for _, b in ipairs(bridge_ifs) do
|
||||
br = get_brinfo(b)
|
||||
dev = br.name
|
||||
|
||||
if devinfo and devinfo[dev] then
|
||||
%>
|
||||
<h3><%:a_s_if_bridge Bridge%> <%=br.name%></h3>
|
||||
<p style="font-size:90%;padding-left:1em">
|
||||
|
@ -294,7 +298,7 @@ $Id$
|
|||
<% end -%><br />
|
||||
<% end %>
|
||||
<br /></p>
|
||||
<% end %>
|
||||
<% end end %>
|
||||
</fieldset>
|
||||
</div>
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue