Polish vault and log icons

This commit is contained in:
bincxz
2026-06-10 10:41:42 +08:00
parent fb4641878f
commit 555c00406e
18 changed files with 171 additions and 70 deletions

View File

@@ -30,6 +30,8 @@ export interface ConnectionLog {
hostname: string; // Target hostname or 'localhost'
username: string; // SSH username or system username
protocol: 'ssh' | 'telnet' | 'local' | 'mosh' | 'et' | 'serial';
hostOs?: 'linux' | 'windows' | 'macos'; // Snapshot of the connected host OS for log icons
hostDistro?: string; // Snapshot of the connected host distro/vendor icon id
startTime: number; // Connection start timestamp
endTime?: number; // Connection end timestamp (undefined if still active)
localUsername: string; // System username of the local user