fix: add gateway push config labels

This commit is contained in:
Josh Lehman 2026-03-12 09:46:57 -07:00
parent 00644ec2f0
commit aac163afaa
No known key found for this signature in database
GPG Key ID: D141B425AC7F876B
1 changed files with 5 additions and 0 deletions

View File

@ -87,6 +87,11 @@ export const FIELD_LABELS: Record<string, string> = {
"gateway.tailscale": "Gateway Tailscale",
"gateway.tailscale.mode": "Gateway Tailscale Mode",
"gateway.tailscale.resetOnExit": "Gateway Tailscale Reset on Exit",
"gateway.push": "Gateway Push Delivery",
"gateway.push.apns": "Gateway APNs Delivery",
"gateway.push.apns.relay": "Gateway APNs Relay",
"gateway.push.apns.relay.baseUrl": "Gateway APNs Relay Base URL",
"gateway.push.apns.relay.timeoutMs": "Gateway APNs Relay Timeout (ms)",
"gateway.remote": "Remote Gateway",
"gateway.remote.transport": "Remote Gateway Transport",
"gateway.reload": "Config Reload",