Skip to content

Commit

Permalink
luci-proto-wireguard: make peer entries sortable
Browse files Browse the repository at this point in the history
Closes openwrt#7354

Signed-off-by: Paul Donald <[email protected]>
  • Loading branch information
systemcrash committed Oct 25, 2024
1 parent 5d0d56e commit f1b302d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ return network.registerProtocol('wireguard', {
ss.addbtntitle = _('Add peer');
ss.nodescriptions = true;
ss.modaltitle = _('Edit peer');
ss.sortable = true;

ss.handleDragConfig = function(ev) {
ev.stopPropagation();
Expand Down

0 comments on commit f1b302d

Please sign in to comment.