luci2: move most RPC proxy function declarations into the views using them to reduce...
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 1 Feb 2014 18:29:03 +0000 (18:29 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 1 Feb 2014 18:29:03 +0000 (18:29 +0000)
commitb5dc25c09ca938be6f9d82f461873eb69728481f
tree525251e72bf8b7ef7c6a2194e49f06c316d5c0d5
parent639d2147af1293101ce10b4d67bde91a42da6926
luci2: move most RPC proxy function declarations into the views using them to reduce the size of the core luci2.js library
18 files changed:
luci2/htdocs/luci2/luci2.js
luci2/htdocs/luci2/view/network.diagnostics.js
luci2/htdocs/luci2/view/network.hosts.js
luci2/htdocs/luci2/view/network.routes.js
luci2/htdocs/luci2/view/network.switch.js
luci2/htdocs/luci2/view/status.dmesg.js
luci2/htdocs/luci2/view/status.overview.js
luci2/htdocs/luci2/view/status.processes.js
luci2/htdocs/luci2/view/status.routes.js
luci2/htdocs/luci2/view/status.syslog.js
luci2/htdocs/luci2/view/system.admin.js
luci2/htdocs/luci2/view/system.cron.js
luci2/htdocs/luci2/view/system.leds.js
luci2/htdocs/luci2/view/system.software.js
luci2/htdocs/luci2/view/system.startup.js
luci2/htdocs/luci2/view/system.system.js
luci2/htdocs/luci2/view/system.upgrade.js
luci2/htdocs/luci2/view/system.users.js