<%- local utl = require "luci.util" local path = luci.dispatcher.context.requestpath local url if string.find(utl.ubus("system" , "board").hostname, "04M") then url = "admin/network" else url = "admin/charging/"..path[3].."/network" end -%>
<%:Active DHCP Leases%>
<%:Hostname%> <%:IPv4-Address%> <%:MAC-Address%> <%:Leasetime remaining%>

<%:Collecting data...%>