diff --git a/backend/src/routes/workstations.ts b/backend/src/routes/workstations.ts index 5cfe31b..83730e9 100644 --- a/backend/src/routes/workstations.ts +++ b/backend/src/routes/workstations.ts @@ -291,6 +291,7 @@ const workstationRoutes: FastifyPluginAsync = async (fastify) => { device: { id: device.id, type: device.type, + name: device.name, connection: device.connection, network_host: device.network_host, network_port: device.network_port,