瀏覽代碼

HUE-5284 [notebook] Refactor to include file snippet in notebook too

Romain Rigaux 9 年之前
父節點
當前提交
b04096f845
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/libs/notebook/src/notebook/templates/editor_components.mako

+ 1 - 1
desktop/libs/notebook/src/notebook/templates/editor_components.mako

@@ -1477,7 +1477,7 @@ ${ hueIcons.symbols() }
 <script type="text/html" id="snippet-header-statement-type">
   % if ENABLE_BATCH_EXECUTE.get():
   <!-- ko if: isSqlDialect() -->
-  <div data-bind="component: { name: 'hue-drop-down', params: { value: statementType, entries: statementTypes, linkTitle: '${ _ko('Statement type') }' } }" style="display: inline-block"></div>
+    <div data-bind="component: { name: 'hue-drop-down', params: { value: statementType, entries: statementTypes, linkTitle: '${ _ko('Statement type') }' } }" style="display: inline-block"></div>
   <!-- /ko -->
   % endif
 </script>