Changeset 8242
- Timestamp:
- 02/15/12 17:01:07 (16 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/modules/admin-full/luasrc/view/admin_network/iface_overview.htm
r8235 r8242 211 211 <tr class="cbi-section-table-row cbi-rowstyle-<%=i % 2 + 1%>"> 212 212 <td class="cbi-value-field" style="padding:3px"> 213 <div style="background-color:#FFFFFF; border:1px solid #CCCCCC; margin:0 10px; text-align:center; white-space:nowrap">214 <div style="border-bottom:1px solid #CCCCCC; padding:2px;background-color:<%=c%>" title="<%=pcdata(t)%>">213 <div class="ifacebox"> 214 <div class="ifacebox-head" style="background-color:<%=c%>" title="<%=pcdata(t)%>"> 215 215 <strong><%=net:upper()%></strong> 216 216 </div> 217 <div style="padding:2px" id="<%=net%>-ifc-devices">217 <div class="ifacebox-body" id="<%=net%>-ifc-devices"> 218 218 <img src="<%=resource%>/icons/ethernet_disabled.png" style="width:16px; height:16px" /><br /> 219 219 <small>?</small>
