feat: show device name instead of UUID in ZeroTier All Approvals table

This commit is contained in:
2026-05-30 05:43:38 +00:00
parent 71f9e8b7ac
commit ff2beae9d0
2 changed files with 10 additions and 1 deletions
+2
View File
@@ -2117,6 +2117,8 @@ export interface UserNetworkApproval {
user_email: string | null;
portal_network_id: string;
device_id?: string;
device_name?: string | null;
device_nickname?: string | null;
active?: boolean;
active_session?: ActivationSession | null;
join_seen?: boolean;