mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 10:05:53 +02:00
move proxy related settings to new proxy tab for resource
This commit is contained in:
parent
f4fd33b47f
commit
91b4bb4683
14 changed files with 324 additions and 277 deletions
|
@ -99,6 +99,7 @@ const updateRawResourceBodySchema = z
|
|||
.object({
|
||||
name: z.string().min(1).max(255).optional(),
|
||||
proxyPort: z.number().int().min(1).max(65535).optional(),
|
||||
stickySession: z.boolean().optional(),
|
||||
enabled: z.boolean().optional()
|
||||
})
|
||||
.strict()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue