mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Update luci-base
This commit is contained in:
parent
b2139f72b0
commit
509718c5cd
5 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
id = cbid,
|
||||
name = cbid,
|
||||
sort = self.keylist,
|
||||
multi = self.multiple,
|
||||
multiple = self.multiple,
|
||||
datatype = self.datatype,
|
||||
optional = self.optional or self.rmempty,
|
||||
readonly = self.readonly,
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
sort = self.keylist,
|
||||
widget = self.widget,
|
||||
datatype = self.datatype,
|
||||
optional = self.optional or self.rmempty,
|
||||
optional = self.optional,
|
||||
placeholder = self.placeholder
|
||||
}
|
||||
}))%>></div>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
name = cbid,
|
||||
size = self.size,
|
||||
sort = self.keylist,
|
||||
multi = true,
|
||||
multiple = true,
|
||||
widget = self.widget,
|
||||
datatype = self.datatype,
|
||||
optional = self.optional or self.rmempty,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue