mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-12 00:41:24 -05:00
site field not showing anymore in Manage Resources #692
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 @maddler on GitHub (Sep 24, 2025).
I've just just updated to 1.10.3 from 1.9.4 so I'm not exactly sure when this change was introduced but, now, the Manage Resource table will not show which Site a Resource is being getting served from. A random unique resource name is being shown instead. While I can see that might be useful in certain circumstances it now requires multiple steps to determine which Site a Resources is running on.
@miloschwartz commented on GitHub (Sep 26, 2025):
Resources no longer belong to one site. Now, a target belongs to a site, and a resource can have many targets with different sites. This is useful because it enables one to load balance between sites.
@maddler commented on GitHub (Sep 26, 2025):
Ah, looks like I missed a whole bunch of updates actually. Just updated after having been out and didn't spot the rest of the changes!
Thanks!