From e3d05a4678ccf4fcf739e54e508e740bf8d04983 Mon Sep 17 00:00:00 2001 From: dithmer <35928308+dithmer@users.noreply.github.com> Date: Sun, 22 Sep 2024 13:20:47 +0200 Subject: [PATCH] Fix not loading stats on interface change (#294) To fix that, the method peers.LoadStats() is simply also called together with peers.LoadPeers() when the @change handler is activated on the interface selector element. Co-authored-by: Tim Dithmer --- frontend/src/views/InterfaceView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/InterfaceView.vue b/frontend/src/views/InterfaceView.vue index 6e6070eb..cfee9c91 100644 --- a/frontend/src/views/InterfaceView.vue +++ b/frontend/src/views/InterfaceView.vue @@ -94,7 +94,7 @@ onMounted(async () => { -