luci/applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/entropy.js

13 lines
295 B
JavaScript
Raw Normal View History

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