luci-app-ledtrig-usbport: add led-trigger description
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
b5ea85b724
commit
af7b9658f4
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ var callUSB = rpc.declare({
|
||||||
|
|
||||||
return baseclass.extend({
|
return baseclass.extend({
|
||||||
trigger: _('USB (kernel: usbport)'),
|
trigger: _('USB (kernel: usbport)'),
|
||||||
|
description: _('This LED trigger can be used for signalling to the user a presence of USB device in a given port.'),
|
||||||
kernel: true,
|
kernel: true,
|
||||||
addFormOptions(s){
|
addFormOptions(s){
|
||||||
var o;
|
var o;
|
||||||
|
|
Loading…
Reference in a new issue