fix(ops-view-vpn): show target profile names in VPN forms and load profile candidates for autocomplete

This commit is contained in:
2026-04-06 08:05:07 +00:00
parent b6f7f5f63f
commit 52dac0339f
4 changed files with 67 additions and 13 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-04-06 - 13.0.8 - fix(ops-view-vpn)
show target profile names in VPN forms and load profile candidates for autocomplete
- fetch target profiles when the VPN operations view connects so profile data is available in the UI
- replace comma-separated target profile ID inputs with a restricted autocomplete list based on available target profiles
- map stored target profile IDs to profile names for table and detail displays, while resolving selected names back to IDs on save
## 2026-04-06 - 13.0.7 - fix(vpn,target-profiles)
refresh VPN client security when target profiles change and include profile target IPs in direct destination allow-lists