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
@@ -107,7 +107,8 @@ const useModelsColumns = ({
),
dataIndex: 'ready_replicas',
key: 'ready_replicas',
align: 'center',
dataField: 'replicas',
align: 'left',
sorter: tableSorter(4),
span: 4,
editable: {