summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2020-02-08 22:12:17 +0100
committerJo-Philipp Wich <jo@mein.io>2020-02-12 11:59:41 +0100
commite7d22dce50b4a0c50c9f8ae8c18eeb5a37a51b3e (patch)
tree19a86aed11fae3741f8aa4f773d979f30ba13a1d /applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua
parent2df2958fd6f0206f56116e88693cb7b748e736fa (diff)
luci-app-statistics: convert collectd configuration to client side views
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua')
-rw-r--r--applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua14
1 files changed, 0 insertions, 14 deletions
diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua
deleted file mode 100644
index d18bf910f..000000000
--- a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua
+++ /dev/null
@@ -1,14 +0,0 @@
--- Copyright 2015 Hannu Nyman <hannu.nyman@iki.fi>
--- Licensed to the public under the Apache License 2.0.
-
-m = Map("luci_statistics",
- translate("Entropy Plugin Configuration"),
- translate("The entropy plugin collects statistics about the available entropy."))
-
-s = m:section( NamedSection, "collectd_entropy", "luci_statistics" )
-
-enable = s:option( Flag, "enable", translate("Enable this plugin") )
-enable.default = 0
-
-return m
-