diff --git a/changelog.d/features/7211-reorder-connections-by-availability.md b/changelog.d/features/7211-reorder-connections-by-availability.md new file mode 100644 index 0000000000..54e302a369 --- /dev/null +++ b/changelog.d/features/7211-reorder-connections-by-availability.md @@ -0,0 +1 @@ +- **feat(dashboard):** add a "Reorder" button to provider connections that sorts them by availability (using OmniRoute's connection-cooldown/testStatus model), persisting the new priority order. (thanks @fzrilsh)