Files
lina/src/utils/jms.js
2021-12-15 18:01:25 +08:00

4 lines
144 B
JavaScript

export function openTaskPage(taskId, type = '') {
window.open(`/#/ops/celery/task/${taskId}/log/?type=${type}`, '', 'width=900,height=600')
}