2020-02-08 21:12:17 +00:00
|
|
|
'use strict';
|
2020-04-03 08:00:06 +00:00
|
|
|
'require baseclass';
|
2020-02-08 21:12:17 +00:00
|
|
|
'require form';
|
|
|
|
|
2020-04-03 08:00:06 +00:00
|
|
|
return baseclass.extend({
|
2020-02-08 21:12:17 +00:00
|
|
|
title: _('Entropy Plugin Configuration'),
|
|
|
|
description: _('The entropy plugin collects statistics about the available entropy.'),
|
|
|
|
|
|
|
|
configSummary: function(section) {
|
|
|
|
return _('Entropy monitoring enabled');
|
|
|
|
}
|
|
|
|
});
|