chore: check compatibility in edit

This commit is contained in:
jialin
2025-04-01 20:47:52 +08:00
parent a3ee010286
commit f5c4749954
8 changed files with 212 additions and 188 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ export interface ListItem {
name: string;
hostname: string;
address: string;
labels: object;
labels: Record<string, string>;
state: string;
ip: string;
state_message: string;