]> git.99rst.org Git - openwrt-luci.git/blob
34d0ca9b49f115261302d9e7537eeb428c96d805
[openwrt-luci.git] /
1 'use strict';
2 'require baseclass';
3 'require form';
4
5 return baseclass.extend({
6 title: _('Splash Leases Plugin Configuration'),
7 description: _('The splash leases plugin uses libuci to collect statistics about splash leases.'),
8
9 configSummary: function(section) {
10 return _('Monitoring splash leases');
11 }
12 });
git clone https://git.99rst.org/PROJECT