use resource name in ssh/rdp/vnc page meta

This commit is contained in:
miloschwartz
2026-06-04 16:45:22 -07:00
parent 9d3f96cf83
commit 889f78ddb8
7 changed files with 92 additions and 94 deletions

View File

@@ -5,6 +5,7 @@ export type GetBrowserTargetResponse = {
orgId: string;
resourceId: number;
niceId: string;
name: string;
pamMode: "passthrough" | "push" | null;
authDaemonMode: "site" | "remote" | "native" | null;
};