luci/applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/uptime.js
Jo-Philipp Wich 3c4bc228a1 treewide: import utility classes explicitly
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-04-03 10:00:06 +02:00

12 lines
295 B
JavaScript

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