d978a556c22ac8ce02a1174620d14ecfa8bafc84
[openwrt-luci.git] /
1 'use strict';
2 'require baseclass';
3 'require form';
4
5 return baseclass.extend({
6         title: _('CPU Context Switches Plugin Configuration'),
7         description: _('This plugin collects statistics about the processor context switches.'),
8
9         configSummary: function(section) {
10                 return _('Context switch monitoring enabled');
11         }
12 });
git clone https://git.99rst.org/PROJECT