refactor: update artifact list style
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user