Layout changes finally work from backend commands

This commit is contained in:
Gabor PEK
2018-04-20 09:26:36 +02:00
committed by Kristóf Tóth
parent a0d5dfdddc
commit f0717eb235
7 changed files with 17 additions and 9 deletions

View File

@ -1,11 +1,13 @@
export const config = {
dashboard: {
route: 'dashboard',
currentLayout: 'terminal-ide-web',
currentLayout: 'ide-only',
enabledLayouts: new Set([
'terminal-ide-web',
'terminal-web',
'web-only'
'terminal-only',
'web-only',
'ide-only'
]),
allLayouts: new Set([
'terminal-ide-web',