handle labels in resources too

This commit is contained in:
Fred KISSIE
2026-05-11 18:30:23 +02:00
parent a0759a79a1
commit 549e1ead1d
2 changed files with 88 additions and 25 deletions

View File

@@ -111,6 +111,7 @@ export default async function ProxyResourcesPage(
protocol: resource.protocol,
proxyPort: resource.proxyPort,
http: resource.http,
labels: resource.labels,
authState: !resource.http
? "none"
: resource.sso ||