luci/modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/default-on.js

10 lines
219 B
JavaScript
Raw Normal View History

'use strict';
'require baseclass';
return baseclass.extend({
trigger: _('Always on (kernel: default-on)'),
description: _('The LED is always in default state on.'),
kernel: true,
addFormOptions: function(s) {}
});