include site name in target dropdown in public resources table

This commit is contained in:
miloschwartz
2026-04-12 15:09:40 -07:00
parent e118e5b047
commit 89471a0174
3 changed files with 15 additions and 5 deletions

View File

@@ -95,7 +95,8 @@ export default async function ProxyResourcesPage(
ip: target.ip,
port: target.port,
enabled: target.enabled,
healthStatus: target.healthStatus
healthStatus: target.healthStatus,
siteName: target.siteName
}))
};
});