소스 검색

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

Romain Rigaux 9 년 전
부모
커밋
b04096f
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>