소스 검색

HUE-3387 [editor] Show the history in the examples

Romain Rigaux 9 년 전
부모
커밋
ed784d6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      desktop/libs/notebook/src/notebook/models.py

+ 1 - 0
desktop/libs/notebook/src/notebook/models.py

@@ -68,6 +68,7 @@ def make_notebook(name='Browse', description='', editor_type='hive', statement='
     ],
     'selectedSnippet': editor_type,
     'type': 'query-%s' % editor_type,
+    'showHistory': True,
 
     'snippets': [
       {