luci2: expose uci reorder deltas in uci changelog view
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 31 Jan 2014 21:47:59 +0000 (21:47 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 31 Jan 2014 21:47:59 +0000 (21:47 +0000)
luci2/htdocs/luci2/luci2.js

index f094b00..13519e6 100644 (file)
@@ -3788,6 +3788,7 @@ function LuCI2()
                                                switch (c[0])
                                                {
                                                case 'order':
+                                                       log.push('uci reorder %s.<ins>%s=<strong>%s</strong></ins>'.format(config, c[1], c[2]));
                                                        break;
 
                                                case 'remove':