From 8816c8fff7e8e30f19e85c0f1c7f70b6914be701 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 27 Apr 2021 10:09:05 +0200 Subject: luci-app-statistics: treat APC UPS "host" setting as single value option Existing Lua code incorrectly stated that the "Host" option takes a space sparated list of hostnames which is not the case since the collect plugin does not handle multiple hosts. This change reverts the configuration to a simple value as proposed by the original PR and adjusts the config summary accordingly, while retaining the translation string. Ref: https://github.com/openwrt/luci/pull/5010#issuecomment-827285319 Fixes: dd5d96afd ("luci-app-statistics: fix APC UPS host configuration") Fixes: e7d22dce5 ("luci-app-statistics: convert collectd configuration to client side views") Signed-off-by: Jo-Philipp Wich --- applications/luci-app-statistics/po/el/statistics.po | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'applications/luci-app-statistics/po/el') diff --git a/applications/luci-app-statistics/po/el/statistics.po b/applications/luci-app-statistics/po/el/statistics.po index 5a3478d24e..5d93a54747 100644 --- a/applications/luci-app-statistics/po/el/statistics.po +++ b/applications/luci-app-statistics/po/el/statistics.po @@ -663,11 +663,9 @@ msgstr "" msgid "Monitoring %s, %s, %s" msgstr "" -#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:29 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26 msgid "Monitoring APC UPS at host %s, port %d" -msgid_plural "Monitoring APC UPS at hosts %s, port %d" -msgstr[0] "" -msgstr[1] "" +msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19 msgid "Monitoring DHCP leases enabled" -- cgit v1.2.3