v9.47: fix graph modal (overlay, _getInstances, localStorage auth)

This commit is contained in:
Naeel
2026-04-17 09:50:45 +03:00
parent 99f39247e2
commit 5f14a8725f
3 changed files with 21 additions and 19 deletions
+4
View File
@@ -1094,6 +1094,10 @@ window.navigateToDep = navigateToDep;
window.navBack = navBack;
window.copyParamValue = copyParamValue;
// Expose live accessors for graph.js
window._getInstances = function(){ return allInstances; };
window._apiHeaders = function(){ return { "X-Deck-Token": getToken(), "X-Deck-Env": getDeckEnv() }; };
})();
</script>