mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-10-22 00:09:14 +00:00
多线程修复监控阻塞bug
This commit is contained in:
@@ -114,6 +114,10 @@
|
||||
socket.send(file_path)
|
||||
};
|
||||
|
||||
window.onbeforeunload = function(){
|
||||
socket.close()
|
||||
};
|
||||
|
||||
var username = obj.closest('tr').find('#username').text();
|
||||
var ip = obj.closest('tr').find('#ip').text();
|
||||
|
||||
|
Reference in New Issue
Block a user