diff options
author | Matthias Berndt <matthias_berndt@gmx.de> | 2019-07-04 00:40:58 +0200 |
---|---|---|
committer | Matthias Berndt <matthias_berndt@gmx.de> | 2019-07-05 02:03:13 +0200 |
commit | c1380ab36797dc4a9cba5a6aa738019452178d79 (patch) | |
tree | 7a4f9a750f5289e8d62124deca72475211bc12ea /applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua | |
parent | f56a6df49c9129f8d0b5451e9a8aca0315aba488 (diff) |
make luci-app-statistics more extensible
Diffstat (limited to 'applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua')
-rw-r--r-- | applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua b/applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua new file mode 100644 index 0000000000..c490c4fd7a --- /dev/null +++ b/applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua @@ -0,0 +1,9 @@ +return { + legend = { + { }, + { }, + { "UPS" } + }, + label = _("UPS"), + category = "general" +} |