%# hmi.htm -%> <% local path = luci.dispatcher.context.requestpath local cl = path[1] local mUtl = require "luci.moreUtils" local sn = mUtl.get_serialnumber() local utl = require "luci.util" local method local master = mUtl.identify_pseudo_maestre(path[4] or sn) if master == true then method = "cibersecurityd" else method = path[4].."/cibersecurityd" end local level = utl.ubus(method, "get_configuration") -%> <%+header%>