diff --git a/static/js/core/command-palette.js b/static/js/core/command-palette.js index b128f36..a58b04c 100644 --- a/static/js/core/command-palette.js +++ b/static/js/core/command-palette.js @@ -330,6 +330,11 @@ const CommandPalette = (function() { } function goToMode(mode) { + if (mode === 'satellite') { + window.location.href = '/satellite/dashboard'; + return; + } + const welcome = document.getElementById('welcomePage'); if (welcome && getComputedStyle(welcome).display !== 'none') { welcome.style.display = 'none'; diff --git a/templates/index.html b/templates/index.html index 6a3b723..a1e7e7e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -394,10 +394,10 @@

Space

- +