From 7a2b8174ccfd05aea85d3639fbca388b6242e3ef Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Mon, 13 Jul 2020 13:31:35 +0200 Subject: luci-app-statistics: add missing ValuesPercentage option Signed-off-by: Florian Eckert --- .../htdocs/luci-static/resources/view/statistics/plugins/df.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'applications/luci-app-statistics/htdocs/luci-static/resources') diff --git a/applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js b/applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js index 9e3dc5630a..2a82f64d5a 100644 --- a/applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js +++ b/applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js @@ -88,6 +88,9 @@ return baseclass.extend({ o = s.option(form.Flag, 'IgnoreSelected', _('Monitor all except specified')); o.depends('enable', '1'); + + o = s.option(form.Flag, 'ValuesPercentage', _('Free space, reserved space and used space is reported as relative values')); + o.depends('enable', '1'); }, configSummary: function(section) { -- cgit v1.2.3