fix: resource topology ux

This commit is contained in:
jialin
2026-06-26 22:14:37 +08:00
committed by jialin
parent 4709661f93
commit e37828a2cd
5 changed files with 35 additions and 10 deletions
@@ -111,6 +111,7 @@ export interface ListItem extends FormData {
updated_at: string;
deleted_at?: string | null;
creator_id?: number | null;
clusterId: number;
status?: InstanceStatus | null;
}