refactor: update artifact list style

This commit is contained in:
tao.chen
2026-09-02 10:10:41 +08:00
committed by tao.chen
parent 4098e5482e
commit b47848cc08
4 changed files with 473 additions and 89 deletions
@@ -653,14 +653,8 @@ export default function SchedulePage({
</>
)}
{contextMenu.kind === "artifact" && (
<button
type="button"
role="menuitem"
onClick={() => useSchedulesStore.getState().removeArtifact(contextMenu.artifact)}
>
<Icon name="close" size={14} />
</button>
// 移出调度列表 入口已移除:右键 artifact 只剩查看/绑定等只读操作。
null
)}
{contextMenu.kind === "node" && (
<button