1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Update luci and theme

This commit is contained in:
Ycarus 2019-05-28 21:51:29 +02:00
parent fe03553aae
commit 4d7962337f
165 changed files with 74180 additions and 13802 deletions

View file

@ -22,7 +22,7 @@ Check whether a dispatch node shall be visible
]]
---[[
Return a sorted table of visible childs within a given node
Return a sorted table of visible children within a given node
@class function
@name node_childs
@ -81,15 +81,6 @@ Build the index before if it does not exist yet.
@name createtree
]]
---[[
Register a tree modifier.
@class function
@name modifier
@param func Modifier function
@param order Modifier order value (optional)
]]
---[[
Clone a node of the dispatching tree to another position.