瀏覽代碼

HUE-8893 [frontend] Fix issue with missing bundles in common_header.mako

Johan Ahlen 6 年之前
父節點
當前提交
4ba35fa6ca
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      desktop/core/src/desktop/templates/common_header.mako

+ 4 - 1
desktop/core/src/desktop/templates/common_header.mako

@@ -136,9 +136,12 @@ if USE_NEW_EDITOR.get():
   % if section == "login":
     ${ render_bundle('login', config='LOGIN') | n,unicode }
   %else:
-    ${ render_bundle('vendors~hue~notebook') | n,unicode }
+    ${ render_bundle('vendors~hue~notebook~tableBrowser') | n,unicode }
+    ${ render_bundle('vendors~hue~tableBrowser') | n,unicode }
     ${ render_bundle('vendors~hue') | n,unicode }
     ${ render_bundle('hue~notebook') | n,unicode }
+    ${ render_bundle('hue~notebook~tableBrowser') | n,unicode }
+    ${ render_bundle('hue~tableBrowser') | n,unicode }
     ${ render_bundle('hue') | n,unicode }
   % endif