4 'require tools.widgets as widgets';
6 return baseclass.extend({
7 title: _('IP-Statistics Plugin Configuration'),
8 description: _('The ipstatistics plugin collects IPv4 and IPv6 statistics to compare them.'),
10 addFormOptions: function(s) {
13 o = s.option(form.Flag, 'enable', _('Enable this plugin'));