From 2f327183ebb27fa5d7439f1a1dee07549e39f9aa Mon Sep 17 00:00:00 2001 From: Dorian Date: Sun, 19 Apr 2026 02:08:32 -0400 Subject: [PATCH] fix(ui,ops): TransportPrefsCard import path + fleet unpair script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - TransportPrefsCard.vue: import from '@/api/rpc-client' (not '@/api/rpc') so vue-tsc resolves the module during build. - scripts/fleet-fips-unpair.sh: companion to the fleet-pair script — rewrites each node's fips.yaml to anchor-only (fips.v0l.io) so we can prove the general-case deployment works without the LAN fast-path. Prints per-node peer counts + DHT AAAA resolution for every cross-node pair after the change. Co-Authored-By: Claude Opus 4.7 (1M context) --- .../src/views/settings/TransportPrefsCard.vue | 2 +- scripts/fleet-fips-unpair.sh | 135 ++++++++++++++++++ 2 files changed, 136 insertions(+), 1 deletion(-) create mode 100755 scripts/fleet-fips-unpair.sh diff --git a/neode-ui/src/views/settings/TransportPrefsCard.vue b/neode-ui/src/views/settings/TransportPrefsCard.vue index 8e1276e2..b80b05c5 100644 --- a/neode-ui/src/views/settings/TransportPrefsCard.vue +++ b/neode-ui/src/views/settings/TransportPrefsCard.vue @@ -44,7 +44,7 @@