From f475a6cd07ea929d539649ab1095da37957b36c7 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 9 Oct 2013 18:59:34 +0000 Subject: [PATCH] luci2: small formatting fix in uci changelog view --- luci2/htdocs/luci2/luci2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci2/htdocs/luci2/luci2.js b/luci2/htdocs/luci2/luci2.js index 1725059..3f99565 100644 --- a/luci2/htdocs/luci2/luci2.js +++ b/luci2/htdocs/luci2/luci2.js @@ -2152,7 +2152,7 @@ function LuCI2() break; case 'add': - log.push('uci add %s (= %s)'.format(config, c[1])); + log.push('uci add %s %s (= %s)'.format(config, c[2], c[1])); break; case 'list-add': -- 2.11.0