%# Module for providing data from a mobile satellite navigation system ( mobile modems, etc.) -= Design and Development 2021-2023 =- Licensed to the public under the Apache License 2.0. -%> <%+gpoint/css/style%> <%+gpoint/service%> <%- local packageName = "gpoint" local serviceRunning, serviceEnabled = false, false; serviceEnabled = luci.sys.init.enabled(packageName) local ubusStatus = luci.util.ubus("service", "list", { name = packageName }) if ubusStatus and ubusStatus[packageName] then serviceRunning = true end if serviceEnabled then btn_start_status = true btn_action_status = true btn_stop_status = true btn_enable_status = false btn_disable_status = true else btn_start_status = false btn_action_status = false btn_stop_status = false btn_enable_status = true btn_disable_status = false end if serviceRunning then btn_start_status = false btn_action_status = true btn_stop_status = true else btn_action_status = false btn_stop_status = false end -%>