mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
luci-app-vlmcsd: adjust input box (#8316)
This commit is contained in:
parent
c2ed5616ef
commit
226be6c0b7
@ -4,10 +4,10 @@ s = m:section(TypedSection, "vlmcsd")
|
|||||||
s.addremove = false
|
s.addremove = false
|
||||||
s.anonymous = true
|
s.anonymous = true
|
||||||
|
|
||||||
config = s:option(Value, "config", translate("Config File"))
|
config = s:option(TextValue, "config")
|
||||||
config.description = translate("This file is /etc/vlmcsd/vlmcsd.ini.")
|
config.description = translate("This file is /etc/vlmcsd/vlmcsd.ini.")
|
||||||
config.template = "cbi/tvalue"
|
config.template = "cbi/tvalue"
|
||||||
config.rows = 30
|
config.rows = 25
|
||||||
config.wrap = "off"
|
config.wrap = "off"
|
||||||
|
|
||||||
function config.cfgvalue(self, section)
|
function config.cfgvalue(self, section)
|
||||||
|
Loading…
Reference in New Issue
Block a user