Files
openwrt-packages/luci-app-clash/luasrc/view/clash/clash_dvalue.htm
2022-04-11 16:22:56 +08:00

9 lines
161 B
HTML

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