diff options
Diffstat (limited to 'applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua')
-rw-r--r-- | applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua b/applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua deleted file mode 100644 index 9ad1b3f88..000000000 --- a/applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua +++ /dev/null @@ -1,9 +0,0 @@ -return { - legend = { - { }, - { "ValuesPercentage", "ValuesAbsolute" }, - { } - }, - label = _("Memory"), - category = "general" -} |