mirror of https://github.com/openclaw/openclaw.git
fix: add gateway push config labels
This commit is contained in:
parent
00644ec2f0
commit
aac163afaa
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue