luci-app-argon-config/luasrc/view/argon-config/other_dvalue.htm
jerrykuku 76ab6f2be7 init
2020-09-08 22:28:01 +08:00

9 lines
160 B
HTML

<%+cbi/valueheader%>
<span style="color: red">
<%
local val = self:cfgvalue(section) or self.default or ""
write(pcdata(val))
%>
</span>
<%+cbi/valuefooter%>