From 11a6cf8236f0c96ba024b38661560ad200f66cc8 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 16 Jul 2025 22:25:30 +0200 Subject: [PATCH] Add generic 412 http response handler to ask for dashboard refresh --- dashboard/src/Index.vue | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/dashboard/src/Index.vue b/dashboard/src/Index.vue index e8799066d..e21caad84 100644 --- a/dashboard/src/Index.vue +++ b/dashboard/src/Index.vue @@ -1,10 +1,15 @@