luci-mod-admin-full: fix initializing realtime graphs
authorJo-Philipp Wich <jo@mein.io>
Mon, 25 Jun 2018 07:19:59 +0000 (09:19 +0200)
committerJo-Philipp Wich <jo@mein.io>
Mon, 25 Jun 2018 07:19:59 +0000 (09:19 +0200)
commitff55e7f6b5eb760c99f658eaab8267a4db7f0be3
treea500ef396d9cb912106dd12b0fe1fd9a285710ed
parente5ba594d77eed77d31d4b9b8c0e86026eb5a5fac
luci-mod-admin-full: fix initializing realtime graphs

Commit 69782ccbc ("luci-base: xhr.js: defer starting poll queue") changed
the way XHR poll queues are started which broke the timing on the realtime
graph pages.

Fix the problem by manually starting the poller after registering the request
handlers.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
modules/luci-mod-admin-full/luasrc/view/admin_status/bandwidth.htm
modules/luci-mod-admin-full/luasrc/view/admin_status/connections.htm
modules/luci-mod-admin-full/luasrc/view/admin_status/load.htm
modules/luci-mod-admin-full/luasrc/view/admin_status/wireless.htm