feat(vpn-ui): add format selection for VPN client config exports

This commit is contained in:
2026-03-30 17:08:57 +00:00
parent 6fa7206f86
commit 699aa8a8e1
4 changed files with 72 additions and 30 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-30 - 11.18.0 - feat(vpn-ui)
add format selection for VPN client config exports
- Show an export modal that lets operators choose between WireGuard (.conf) and SmartVPN (.json) client configs.
- Update VPN client row actions to read the selected item from actionData for toggle, export, rotate keys, and delete handlers.
## 2026-03-30 - 11.17.0 - feat(vpn)
expand VPN operations view with client management and config export actions