summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-olsr/luasrc/view
AgeCommit message (Collapse)Author
2018-11-11luci-app-olsr: convert olsr.lua and smartgw.htm to new json pluginpmelange
Signed-off-by: pmelange <isprotejesvalkata@gmail.com>
2018-11-11luci-app-olsr: convert mid.htm to new json pluginpmelange
Signed-off-by: pmelange <isprotejesvalkata@gmail.com>
2018-11-07luci-app-olsr: convert interfaces.htm to new json pluginpmelange
Signed-off-by: pmelange <isprotejesvalkata@gmail.com>
2018-11-07luci-app-olsr: convert olsr.lua and overview.htm to new json pluginpmelange
Signed-off-by: pmelange <isprotejesvalkata@gmail.com>
2018-10-28Add missing variable declarations in JavaScript codeStefan Weil
This fixes errors reported by LGTM. Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-07-09treewide: always include cbi.jsJo-Philipp Wich
Include cbi.js in the main header template like it is done for xhr.js and remove the page specific includes. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-05-28treewide: convert HTML tables to divJo-Philipp Wich
Mostly convert HTML tables to div based markup to allow for easier styling in the future. Also change JS accessor code accordingly. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-01-10luci-app-olsr: adapt to changed behavior of new OLSRd v0.9.5Bastian Bittorf
controller/olsr.lua: drop HTTP-headers which are now emitted, we do not need them status-olsr/neighbors.htm: olsr ETX value now without muliplication 1024x Signed-off-by: Bastian Bittorf <bb@npl.de> Signed-off-by: Freifunk UFO <ufo@rund.freifunk.net>
2015-10-06Globally convert headline anchors into name attributes.Jo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-05-30applications/olsr: change config file download on olsr overview page to use ↵Manuel Munz
seperate v4 and v6 config files
2015-01-16Update my email addresses in the license headersJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-16Globally reduce copyright headersJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-15luci-app-olsr: switch to nixio.fsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-08Rework LuCI build systemJo-Philipp Wich
* Rename subdirectories to their repective OpenWrt package names * Make each LuCI module its own standalone package * Deploy a shared luci.mk which is used by each module Makefile Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>