1
0
mirror of https://github.com/kenzok8/small-package synced 2025-09-20 19:11:30 +08:00
Files
small-package/luci-app-argon-config/luasrc/view/argon-config/other_dvalue.htm
github-actions[bot] 7be2b15d1a update-09.05
2021-09-05 16:50:22 +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%>