mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/wol: remove focus after click
This commit is contained in:
@@ -89,6 +89,7 @@ export default class WakeOnLan extends BaseTableWidget {
|
||||
const result = await this.ajaxCall('/api/wol/wol/set', JSON.stringify(data), 'POST').then(() => {
|
||||
btn.removeClass('fa-bolt').addClass('fa-check');
|
||||
});
|
||||
event.currentTarget.blur();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user