luci-app-statistics: treat APC UPS "host" setting as single value option
[project/luci.git] / applications / luci-app-statistics / htdocs / luci-static / resources / view / statistics / plugins / entropy.js
1 'use strict';
2 'require baseclass';
3 'require form';
4
5 return baseclass.extend({
6 title: _('Entropy Plugin Configuration'),
7 description: _('The entropy plugin collects statistics about the available entropy.'),
8
9 configSummary: function(section) {
10 return _('Entropy monitoring enabled');
11 }
12 });