summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics/root/usr
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2020-07-13 13:31:35 +0200
committerFlorian Eckert <fe@dev.tdt.de>2020-07-13 13:32:52 +0200
commit7a2b8174ccfd05aea85d3639fbca388b6242e3ef (patch)
tree147890f105b913e94c48e11dc0bb833af9207618 /applications/luci-app-statistics/root/usr
parent400140285a0aa12c801e0a7a9457a4a230b63b6a (diff)
luci-app-statistics: add missing ValuesPercentage option
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'applications/luci-app-statistics/root/usr')
-rw-r--r--applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json b/applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json
index b6cfe53a2..6dcc427a1 100644
--- a/applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json
+++ b/applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json
@@ -3,7 +3,7 @@
"category": "general",
"legend": [
[],
- ["IgnoreSelected"],
+ ["IgnoreSelected", "ValuesPercentage"],
["Devices", "MountPoints", "FSTypes"]
]
}