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