소스 검색

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() }