diff options
Diffstat (limited to 'applications/luci-statistics/luasrc/view/admin_statistics/systemplugins.htm')
-rw-r--r-- | applications/luci-statistics/luasrc/view/admin_statistics/systemplugins.htm | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/applications/luci-statistics/luasrc/view/admin_statistics/systemplugins.htm b/applications/luci-statistics/luasrc/view/admin_statistics/systemplugins.htm index 2a32bf5ca9..8c1f714e68 100644 --- a/applications/luci-statistics/luasrc/view/admin_statistics/systemplugins.htm +++ b/applications/luci-statistics/luasrc/view/admin_statistics/systemplugins.htm @@ -1,11 +1,8 @@ <%+header%> -<h1><%:stat_systemplugins Systemplugins%></h1> +<h1><%:stat_systemplugins System plugins%></h1> -<p><%:stat_systemplugins_desc Systemplugins sammeln Werte über den aktuellen Systemzustand und den Ressourcenverbrauch -auf dem Gerät.%></p> - -<p><%:stat_systemplugins_installed Installierte Systemplugins:%> +<p><%:stat_systemplugins_desc System plugins collecting values about system state and ressource usage on the device.:%> <ul> <% for plugin, desc in pairs(plugins) do %> <% if luci.fs.isfile("/usr/lib/collectd/" .. plugin .. ".so") then %> |