projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c9c78b
)
Publish status data
author
Steven Barth
<steven@midlink.org>
Thu, 30 Oct 2008 19:12:56 +0000
(19:12 +0000)
committer
Steven Barth
<steven@midlink.org>
Thu, 30 Oct 2008 19:12:56 +0000
(19:12 +0000)
Conflicts:
libs/web/luasrc/dispatcher.lua
libs/web/luasrc/dispatcher.lua
patch
|
blob
|
history
diff --git
a/libs/web/luasrc/dispatcher.lua
b/libs/web/luasrc/dispatcher.lua
index 9025529d71d3187569cbcf7f19c86dbe769956e4..03e7c7d65928c183d470092cea8418bb503ce7f1 100644
(file)
--- a/
libs/web/luasrc/dispatcher.lua
+++ b/
libs/web/luasrc/dispatcher.lua
@@
-517,11
+517,11
@@
function cbi(model)
end
http.header("X-CBI-State", state or 0)
- luci.template.render("cbi/header")
+ luci.template.render("cbi/header"
, {state = state}
)
for i, res in ipairs(maps) do
res:render()
end
- luci.template.render("cbi/footer")
+ luci.template.render("cbi/footer"
, {state = state}
)
end
end