Skip to content

Commit

Permalink
webui: add titles to links.
Browse files Browse the repository at this point in the history
  • Loading branch information
themactep committed Nov 22, 2024
1 parent 920f934 commit 50c365a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/thingino-webui/files/var/www/x/preview.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ for i in email ftp mqtt telegram webhook yadisk; do
let a = document.createElement('a')
a.href = 'plugin-send2<%= $i %>.cgi'
a.classList.add('btn','btn-outline-danger','mb-2')
a.title = 'Configure sent2<%= $i%> plugin'
a.append($('button[data-sendto=<%= $i %>] img'))
$('button[data-sendto=<%= $i %>]').replaceWith(a);
}
Expand Down

0 comments on commit 50c365a

Please sign in to comment.