summaryrefslogtreecommitdiffstats
path: root/applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/splash_leases.js
blob: 5c3986f93d55496179fc8a0fe2b48a9e2e27ed75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
'use strict';
'require baseclass';
'require form';

return baseclass.extend({
	title: _('Splash Leases Plugin Configuration'),
	description: _('The splash leases plugin uses libuci to collect statistics about splash leases.'),

	configSummary(section) {
		return _('Monitoring splash leases');
	}
});