luci/applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/uptime.js
Jo-Philipp Wich e7d22dce50 luci-app-statistics: convert collectd configuration to client side views
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-02-12 11:59:41 +01:00

11 lines
272 B
JavaScript

'use strict';
'require form';
return L.Class.extend({
title: _('Uptime Plugin Configuration'),
description: _('The uptime plugin collects statistics about the uptime of the system.'),
configSummary: function(section) {
return _('Uptime monitoring enabled');
}
});