Age | Commit message (Collapse) | Author |
|
per-row titles
|
|
|
|
Add WDS bridge client mode
Extending / repeating WDS network in AP wizard
Better 802.11s support
|
|
|
|
|
|
Implemented WiFi-WAN
Overall improvements
|
|
Implement reverse dependencies
Allow wiazrd steps without buttons
|
|
|
|
|
|
|
|
for Map and SimpleForm instances
|
|
|
|
|
|
- support hidden fields for SimpleForm, NamedSection and TypedSection instances
- add support for on_cancel event in SimpleForm instances
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LuCId: Send Keep-Alive headers to avoid browser quirks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Mark luci.fs as deprecated
|
|
Example CBI-Map:
d = Delegator()
d.allow_back = true -- Back-button
d:add("step1", load("mywizard/form1")) -- model/cbi/mywizard/form1
d:add("step2", load("mywizard/form2"))
return d
|
|
|
|
|
|
Allow subsequent changes of Table data
|
|
|