We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当用户在看一个任务的详情信息时,如果想要立即发起重做;当前的交互路径较长,需要:点击执行历史 -> 找到刚才那个任务 -> 点击去重做;但如果在当前页就有一个 去重做 的按钮,会更便利!
点击执行历史
找到刚才那个任务
点击去重做
去重做
在任务详情页顶部增加 去重做 的操作按钮,不论任务当前的状态是什么都显示,交互逻辑和当前执行历史列表页的 去重做 一致。
The text was updated successfully, but these errors were encountered:
perf: 为任务详情页增加“去重做”的操作入口 TencentBlueKing#2823
89c2fbb
efff2cf
hLinx
No branches or pull requests
需求背景
当用户在看一个任务的详情信息时,如果想要立即发起重做;当前的交互路径较长,需要:
点击执行历史
->找到刚才那个任务
->点击去重做
;但如果在当前页就有一个去重做
的按钮,会更便利!需求描述
在任务详情页顶部增加
去重做
的操作按钮,不论任务当前的状态是什么都显示,交互逻辑和当前执行历史列表页的去重做
一致。The text was updated successfully, but these errors were encountered: