diff options
author | Jo-Philipp Wich <jo@mein.io> | 2021-04-27 10:09:05 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2021-04-27 10:17:05 +0200 |
commit | 8816c8fff7e8e30f19e85c0f1c7f70b6914be701 (patch) | |
tree | d77b437242589003bb934ef5557df4ee79b6c0e8 /applications/luci-app-statistics/po/hi/statistics.po | |
parent | c6b4d4ab5a2c57889bcf14fafac17e73d22205c6 (diff) |
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 <jo@mein.io>
Diffstat (limited to 'applications/luci-app-statistics/po/hi/statistics.po')
-rw-r--r-- | applications/luci-app-statistics/po/hi/statistics.po | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/applications/luci-app-statistics/po/hi/statistics.po b/applications/luci-app-statistics/po/hi/statistics.po index 5dfff9cbbf..6143934f5f 100644 --- a/applications/luci-app-statistics/po/hi/statistics.po +++ b/applications/luci-app-statistics/po/hi/statistics.po @@ -661,11 +661,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" |