diff --git a/static/js/core/command-palette.js b/static/js/core/command-palette.js index a58b04c..72b1e3b 100644 --- a/static/js/core/command-palette.js +++ b/static/js/core/command-palette.js @@ -331,7 +331,7 @@ const CommandPalette = (function() { function goToMode(mode) { if (mode === 'satellite') { - window.location.href = '/satellite/dashboard'; + window.open('/satellite/dashboard', '_blank', 'noopener'); return; } diff --git a/templates/index.html b/templates/index.html index a1e7e7e..1e1d441 100644 --- a/templates/index.html +++ b/templates/index.html @@ -394,7 +394,7 @@