luci2: small formatting fix in uci changelog view
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 9 Oct 2013 18:59:34 +0000 (18:59 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 9 Oct 2013 18:59:34 +0000 (18:59 +0000)
luci2/htdocs/luci2/luci2.js

index 1725059..3f99565 100644 (file)
@@ -2152,7 +2152,7 @@ function LuCI2()
                                                        break;
 
                                                case 'add':
                                                        break;
 
                                                case 'add':
-                                                       log.push('uci add %s (= <ins><strong>%s</strong></ins>)'.format(config, c[1]));
+                                                       log.push('uci add %s <ins>%s</ins> (= <ins><strong>%s</strong></ins>)'.format(config, c[2], c[1]));
                                                        break;
 
                                                case 'list-add':
                                                        break;
 
                                                case 'list-add':