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