mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-21 09:21:15 -05:00
[GH-ISSUE #145] Add Resource showing undefined values #16289
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Lokowitz on GitHub (Feb 2, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/145
Originally assigned to: @miloschwartz on GitHub.
Tested a little bit with new TCP/UDP support and i found one bug where the "Add Resource" button is directly showing the Traefik and Gerbil configuration with undefinded values.
Click on "Add Resource" and fill all fileds for a TCP/UDP (no HTTP) resource -> click on "Create Resource" -> then click on "Close" and not "Got to Resource" -> click on "Add Resource" again
Currently you can fix this by reloading the page.
@miloschwartz commented on GitHub (Feb 2, 2025):
Ah, I know exactly what's causing this. I'm not a fan of our modal component because it requires manually resetting.
This is a quick fix I will include in the next update. Reloading should do the trick for now.