Support ws (#3291)

* [Update] add ws support

* [Update] 修改log使用websocket

* [Update] 修复 资产用户 右侧动作菜单,字体颜色

* [Update] 修改Dockerfile

* [Bugfix] 修复settings中WSG_APPLICATION
This commit is contained in:
老广
2019-09-26 19:22:17 +08:00
committed by GitHub
parent e35ba52236
commit cff009e758
28 changed files with 171 additions and 105 deletions

View File

@@ -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')
}