mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-17 15:29:38 +00:00
4 lines
120 B
JavaScript
4 lines
120 B
JavaScript
export function openTaskPage(taskId) {
|
|
window.open(`/#/ops/celery/task/${taskId}/log/`, '', 'width=900,height=600')
|
|
}
|