diff options
-rw-r--r-- | modules/luci-base/ucode/template/header.ut | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-base/ucode/template/header.ut b/modules/luci-base/ucode/template/header.ut index fb61da5146..e87560010f 100644 --- a/modules/luci-base/ucode/template/header.ut +++ b/modules/luci-base/ucode/template/header.ut @@ -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), |