adjust luci app webadmin page

This commit is contained in:
coolsnowwolf 2018-10-23 17:43:03 +08:00
parent 9e01a95c77
commit 247e2c5986
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI page for Web Admin
LUCI_DEPENDS:=+uhttpd
PKG_VERSION:=1.0
PKG_RELEASE:=1
PKG_RELEASE:=2
include $(TOPDIR)/feeds/luci/luci.mk

View File

@ -1,4 +1,4 @@
-- Copyright 2015 Daniel Dickinson <openwrt@daniel.thecshore.com>
-- Copyright 2018 lean <coolsnowwolf@gmail.com>
-- Licensed to the public under the Apache License 2.0.
module("luci.controller.webadmin", package.seeall)

View File

@ -8,7 +8,7 @@ local m = Map("uhttpd", translate("Web Admin Settings"),
local ucs = m:section(TypedSection, "uhttpd")
ucs.addremove = false
ucs.anonymous = false
ucs.anonymous = true
lhttp = ucs:option(DynamicList, "listen_http", translate("HTTP listeners (address:port)"), translate("Bind to specific interface:port (by specifying interface address"))
lhttp.datatype = "list(ipaddrport(1))"