small-package/luci-app-openclash/luasrc/view/openclash/cfg_check.htm

19 lines
382 B
HTML

<%+cbi/valueheader%>
<div style="text-align: center;">
<%
local val = self:cfgvalue(section)
if val == translate("Enable") or val == translate("Config Normal") or val == translate("Exist") then
%>
<div style="color: green; font-weight:bold;">
<%
else
%>
<div style="color: red; font-weight:bold;">
<%
end
write(pcdata(val))
%>
</div>
</div>
<%+cbi/valuefooter%>