luci-app-banip: sync with forthcoming banIP 1.0
[project/luci.git] / modules / luci-mod-system / htdocs / luci-static / resources / view / system / led-trigger / default-on.js
1 'use strict';
2 'require baseclass';
3
4 return baseclass.extend({
5 trigger: _('Always on (kernel: default-on)'),
6 description: _('The LED is always in default state on.'),
7 kernel: true,
8 addFormOptions: function(s) {}
9 });