mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-16 14:59:12 +00:00
perf: 优化打开task页面
This commit is contained in:
3
src/utils/jms.js
Normal file
3
src/utils/jms.js
Normal file
@@ -0,0 +1,3 @@
|
||||
export function openTaskPage(taskId) {
|
||||
window.open(`/#/ops/celery/task/${taskId}/log/`, '', 'width=900,height=600')
|
||||
}
|
||||
Reference in New Issue
Block a user