浏览代码

HUE-5188 [notebook] Add assist JS imports to the main page

Enrico Berti 9 年之前
父节点
当前提交
023e232
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      desktop/libs/notebook/src/notebook/templates/notebook.mako

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

@@ -48,6 +48,7 @@ ${ editorComponents.topBar() }
 </%editorComponents:commonHTML>
 
 ${ assist.assistPanel() }
+${ assist.assistJSModels() }
 ${ configKoComponents.config() }
 ${ notebookKoComponents.addSnippetMenu() }
 ${ notebookKoComponents.downloadSnippetResults() }