You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
347 B
Lua

1 year ago
local nixio = require "nixio"
module("luci.controller.modem.cellled", package.seeall)
local utl = require "luci.util"
function index()
entry({"admin", "modem"}, firstchild(), "Modem", 45).acl_depends={"unauthenticated"}
entry({"admin", "modem", "cellled"}, cbi("modem/cellled"), translate("CellLED"), 63).acl_depends={"unauthenticated"}
end