<%# Copyright 2019 Stan Grishin -%> <%- local packageName = "https-dns-proxy" local enabledFlag = luci.sys.init.enabled(packageName) local ubusStatus = luci.util.ubus("service", "list", { name = packageName }) if not ubusStatus or not ubusStatus[packageName] then tmpfsStatusCode = 0 else tmpfsStatusCode = 1 end if tmpfsStatusCode == 0 then btn_start_style = "cbi-button cbi-button-apply important" btn_action_style = "cbi-button cbi-button-apply important" btn_stop_style = "cbi-button cbi-button-reset -disabled" else btn_start_style = "cbi-button cbi-button-apply -disabled" btn_action_style = "cbi-button cbi-button-apply important" btn_stop_style = "cbi-button cbi-button-reset important" end if not enabledFlag then btn_start_style = "cbi-button cbi-button-apply -disabled" btn_action_style = "cbi-button cbi-button-apply -disabled" btn_enable_style = "cbi-button cbi-button-apply important" btn_disable_style = "cbi-button cbi-button-reset -disabled" else btn_enable_style = "cbi-button cbi-button-apply -disabled" btn_disable_style = "cbi-button cbi-button-reset important" end -%> <%+https-dns-proxy/css%> <%+https-dns-proxy/js%>