Browse Source

HUE-6091 [core] Default open to editor

Enrico Berti 8 năm trước cách đây
mục cha
commit
8d772b28ec
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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){