From: Jo-Philipp Wich Date: Wed, 9 Oct 2013 18:59:34 +0000 (+0000) Subject: luci2: small formatting fix in uci changelog view X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci2%2Fui.git;a=commitdiff_plain;h=f475a6cd07ea929d539649ab1095da37957b36c7 luci2: small formatting fix in uci changelog view --- 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':