mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-06 18:00:57 +00:00
Support ws (#3291)
* [Update] add ws support * [Update] 修改log使用websocket * [Update] 修复 资产用户 右侧动作菜单,字体颜色 * [Update] 修改Dockerfile * [Bugfix] 修复settings中WSG_APPLICATION
This commit is contained in:
@@ -1201,3 +1201,7 @@ function nodesSelect2Init(selector, url) {
|
||||
})
|
||||
}
|
||||
|
||||
function showCeleryTaskLog(taskId) {
|
||||
var url = '/ops/celery/task/taskId/log/'.replace('taskId', taskId);
|
||||
window.open(url, '', 'width=900,height=600')
|
||||
}
|
||||
|
Reference in New Issue
Block a user