luci-base: fix passing dispatched node details to templates
Fixes: #6111
Fixes: 08ae8d40a9
("luci-base, luci-lua-runtime: fix "dispatched" and "requested" properties")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
9d10c2e671
commit
d8e3b35c88
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
ubuspath : config.main.ubuspath || '/ubus/',
|
||||
sessionid : ctx.authsession,
|
||||
token : ctx.authtoken,
|
||||
nodespec : node,
|
||||
nodespec : dispatched,
|
||||
apply_rollback : max(+config.apply.rollback || 90, 90),
|
||||
apply_holdoff : max(+config.apply.holdoff || 4, 1),
|
||||
apply_timeout : max(+config.apply.timeout || 5, 1),
|
||||
|
|
Loading…
Reference in a new issue