fix: remove instance from cache after deleting

This commit is contained in:
jialin
2025-12-22 16:19:47 +08:00
parent d844cdadb5
commit 7e25b64689
14 changed files with 159 additions and 88 deletions
@@ -693,8 +693,8 @@ const InstanceItem: React.FC<InstanceItemProps> = ({
</Col>
<Col span={4}>
<span
style={{ paddingLeft: '62px', gap: 4 }}
className="flex-center justify-center"
style={{ paddingLeft: '50px', gap: 4 }}
className="flex-center"
>
<InstanceStatusTag
instanceData={instanceData}