luci-app-statistics: remove unused luci.sys include
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
b8aa3ebced
commit
8302e7995e
2 changed files with 0 additions and 5 deletions
|
@ -1,11 +1,8 @@
|
||||||
-- Copyright 2015 Jo-Philipp Wich <jow@openwrt.org>
|
-- Copyright 2015 Jo-Philipp Wich <jow@openwrt.org>
|
||||||
-- Licensed to the public under the Apache License 2.0.
|
-- Licensed to the public under the Apache License 2.0.
|
||||||
|
|
||||||
require "luci.sys"
|
|
||||||
|
|
||||||
local m, s, o
|
local m, s, o
|
||||||
|
|
||||||
|
|
||||||
m = Map("luci_statistics",
|
m = Map("luci_statistics",
|
||||||
translate("OpenVPN Plugin Configuration"),
|
translate("OpenVPN Plugin Configuration"),
|
||||||
translate("The OpenVPN plugin gathers information about the current vpn connection status."))
|
translate("The OpenVPN plugin gathers information about the current vpn connection status."))
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
-- Copyright 2015 Jo-Philipp Wich <jow@openwrt.org>
|
-- Copyright 2015 Jo-Philipp Wich <jow@openwrt.org>
|
||||||
-- Licensed to the public under the Apache License 2.0.
|
-- Licensed to the public under the Apache License 2.0.
|
||||||
|
|
||||||
require "luci.sys"
|
|
||||||
|
|
||||||
local m, s, o
|
local m, s, o
|
||||||
local sensor_types = {
|
local sensor_types = {
|
||||||
["12v"] = "voltage",
|
["12v"] = "voltage",
|
||||||
|
|
Loading…
Reference in a new issue