From 980cf74b76d257ff09468fbb4c7e8322daa88abb Mon Sep 17 00:00:00 2001 From: m17hr1l Date: Sun, 7 Jun 2026 00:57:53 +0200 Subject: [PATCH] stage-netd-d cockpit SW: bump CACHE_VERSION to psyc-v7 for network detail CSS+JS --- src/psyc/cockpit/static/sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/psyc/cockpit/static/sw.js b/src/psyc/cockpit/static/sw.js index 61c9ee9..84e5686 100644 --- a/src/psyc/cockpit/static/sw.js +++ b/src/psyc/cockpit/static/sw.js @@ -5,7 +5,7 @@ // This makes the cockpit installable as a PWA and survives flaky connections, // without serving stale operational data behind the operator's back. -const CACHE_VERSION = "psyc-v6"; +const CACHE_VERSION = "psyc-v7"; const STATIC_ASSETS = [ "/static/cockpit.css", "/static/psyc-tokens.css",