소스 검색

HUE-6091 [core] Default open to editor

Enrico Berti 9 년 전
부모
커밋
8d772b2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      desktop/core/src/desktop/templates/hue.mako

+ 1 - 0
desktop/core/src/desktop/templates/hue.mako

@@ -916,6 +916,7 @@ ${ assist.assistPanel() }
         });
 
         page('/', function(ctx){
+          self.currentApp('editor');
         });
 
         page('*', function(ctx){