summaryrefslogtreecommitdiff
path: root/luci2/htdocs/luci2/view/status.overview.js
Commit message (Collapse)AuthorAgeFilesLines
* luci2: convert status overview to grid and hlist widgetsJo-Philipp Wich2015-02-131-95/+104
| | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* luci2: refresh views after modular reworkJo-Philipp Wich2015-01-071-5/+5
| | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* luci2: move most RPC proxy function declarations into the views using them ↵Jo-Philipp Wich2014-02-011-51/+58
| | | | to reduce the size of the core luci2.js library
* luci2: major changes to RPC implementationJo-Philipp Wich2013-09-171-7/+7
| | | | | | | | | - rework LuCI2.rpc namespace to support batching arbritary requests - use new LuCI.rpc.declare() generator function to declare RPC proxy functions - thoroughly use jQuery promises for chaining RPC responses, drop callback model - drop internal rcall() and retcb() helpers in favor to the new RPC implementation - adjust existing views for new RPC model - implement session alive check to automatically prompt for a login if the server session is expired
* Initial commit of LuCI2Jo-Philipp Wich2013-09-091-0/+411