luci-mod-dashboard: initial checkin
authorZhao ZHANG <[email protected]>
Tue, 9 Jun 2020 21:25:43 +0000 (23:25 +0200)
committerPaul Spooren <[email protected]>
Thu, 3 Sep 2020 20:12:44 +0000 (10:12 -1000)
commit2f32ddd6031bc9e0066478696aa2b6762c35d2b3
treec285762b362822be2c14b38b6581d59ddfb9b312
parentf94958e791bc005fca6087c97874c88f91b4030f
luci-mod-dashboard: initial checkin

Signed-off-by: ZHANG Zhao <[email protected]>
[improve firmware version, fix dependencies, clean acls]
Signed-off-by: Paul Spooren <[email protected]>
[fix css for themes other than bootstrap]
Signed-off-by: Florian Eckert <[email protected]>
13 files changed:
modules/luci-mod-dashboard/Makefile [new file with mode: 0644]
modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/css/custom.css [new file with mode: 0644]
modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/icons/devices.svg [new file with mode: 0644]
modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/icons/internet.svg [new file with mode: 0644]
modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/icons/not-internet.svg [new file with mode: 0644]
modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/icons/router.svg [new file with mode: 0644]
modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/icons/wireless.svg [new file with mode: 0644]
modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/10_router.js [new file with mode: 0644]
modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/20_lan.js [new file with mode: 0644]
modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/30_wifi.js [new file with mode: 0644]
modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/index.js [new file with mode: 0644]
modules/luci-mod-dashboard/root/usr/share/luci/menu.d/luci-mod-dashboard.json [new file with mode: 0644]
modules/luci-mod-dashboard/root/usr/share/rpcd/acl.d/luci-mod-dashboard.json [new file with mode: 0644]