Explorar o código

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

Romain Rigaux %!s(int64=9) %!d(string=hai) anos
pai
achega
ed784d6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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': [
       {