feat: show device name instead of UUID in ZeroTier All Approvals table
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user