feat: sort hosts by alphabetically or last connected

This commit is contained in:
2026-05-14 12:03:20 +00:00
parent 90103f79c8
commit 7f717684eb
3 changed files with 51 additions and 3 deletions
+1
View File
@@ -258,6 +258,7 @@ export interface HostRow {
identity_label: string;
identity_auth_type: string;
folder_label?: string | null;
last_connected_at?: string | null;
}
export interface IdentityRow {