From: Jo-Philipp Wich Date: Fri, 31 Jan 2014 21:47:59 +0000 (+0000) Subject: luci2: expose uci reorder deltas in uci changelog view X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci2%2Fui.git;a=commitdiff_plain;h=db7efa7afe905478b473851b7e8407a538df8969 luci2: expose uci reorder deltas in uci changelog view --- diff --git a/luci2/htdocs/luci2/luci2.js b/luci2/htdocs/luci2/luci2.js index f094b00..13519e6 100644 --- a/luci2/htdocs/luci2/luci2.js +++ b/luci2/htdocs/luci2/luci2.js @@ -3788,6 +3788,7 @@ function LuCI2() switch (c[0]) { case 'order': + log.push('uci reorder %s.%s=%s'.format(config, c[1], c[2])); break; case 'remove':