luci-base: add uci.js and rpc.js classes
authorJo-Philipp Wich <jo@mein.io>
Thu, 7 Feb 2019 17:53:25 +0000 (18:53 +0100)
committerJo-Philipp Wich <jo@mein.io>
Sun, 7 Jul 2019 13:25:49 +0000 (15:25 +0200)
commit1dd910148eaf7b9ed7130d1a067465dd43940da3
treee7e928433ace878e32719f369879d64ad76011c5
parentc89bbd50fdba8b07930c29bae6ca71cc54515e2c
luci-base: add uci.js and rpc.js classes

Add a new rpc.js class which provides low level facilities to exchanges
messages with the ubus rpc endpoint.

Also introduce a new uci.js class which provides client side uci
manipulation routines.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
modules/luci-base/htdocs/luci-static/resources/rpc.js [new file with mode: 0644]
modules/luci-base/htdocs/luci-static/resources/uci.js [new file with mode: 0644]