diff options
author | Florian Eckert <fe@dev.tdt.de> | 2021-09-02 14:52:42 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2021-10-27 10:29:39 +0200 |
commit | af7b9658f456f7c32d003679ed70da40b32aba9c (patch) | |
tree | db1b3f20e60fca419ee9e716274df152dea91283 /applications/luci-app-ledtrig-usbport/htdocs/luci-static/resources | |
parent | b5ea85b72484a612449ac09efa57a87043657ee3 (diff) |
luci-app-ledtrig-usbport: add led-trigger description
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'applications/luci-app-ledtrig-usbport/htdocs/luci-static/resources')
-rw-r--r-- | applications/luci-app-ledtrig-usbport/htdocs/luci-static/resources/view/system/led-trigger/usbport.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/luci-app-ledtrig-usbport/htdocs/luci-static/resources/view/system/led-trigger/usbport.js b/applications/luci-app-ledtrig-usbport/htdocs/luci-static/resources/view/system/led-trigger/usbport.js index 6f31f0bb13..7491b71236 100644 --- a/applications/luci-app-ledtrig-usbport/htdocs/luci-static/resources/view/system/led-trigger/usbport.js +++ b/applications/luci-app-ledtrig-usbport/htdocs/luci-static/resources/view/system/led-trigger/usbport.js @@ -12,6 +12,7 @@ var callUSB = rpc.declare({ return baseclass.extend({ 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, addFormOptions(s){ var o; |