%- local rowcnt = 1 local uci = require("luci.model.uci").cursor() local fs = require "luci.openclash" function rowstyle() rowcnt = rowcnt + 1 return (rowcnt % 2) + 1 end function width(o) if o.width then if type(o.width) == 'number' then return ' style="width:%dpx"' % o.width end return ' style="width:%s"' % o.width end return '' end local head_width local e={} table.insert(e, {group="nameserver"}) table.insert(e, {group="fallback"}) table.insert(e, {group="default"}) local sectiontype = "_"..self.config.."_"..string.match(self.sectiontype, "[%w_]+") or "self.sectiontype" -%>