浏览代码

HUE-6521 [metastore] Hue 3 table page has a small filter input

Enrico Berti 8 年之前
父节点
当前提交
0ec1f8d
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      apps/metastore/src/metastore/templates/metastore.mako

+ 4 - 4
apps/metastore/src/metastore/templates/metastore.mako

@@ -38,10 +38,6 @@ else:
   TOP_SNAP = is_embeddable and "52px" or "78px"
   TOP_SNAP = is_embeddable and "52px" or "78px"
 %>
 %>
 
 
-<link rel="stylesheet" href="${ static('desktop/ext/css/bootstrap-editable.css') }">
-<link rel="stylesheet" href="${ static('desktop/ext/css/bootstrap-wysihtml5-0.0.2.css') }">
-<link rel="stylesheet" href="${ static('notebook/css/notebook.css') }">
-
 % if not is_embeddable:
 % if not is_embeddable:
 ${ commonheader(_("Metastore"), app_name, user, request) | n,unicode }
 ${ commonheader(_("Metastore"), app_name, user, request) | n,unicode }
 
 
@@ -74,6 +70,10 @@ ${ assist.assistJSModels() }
 ${ assist.assistPanel() }
 ${ assist.assistPanel() }
 % endif
 % endif
 
 
+<link rel="stylesheet" href="${ static('desktop/ext/css/bootstrap-editable.css') }">
+<link rel="stylesheet" href="${ static('desktop/ext/css/bootstrap-wysihtml5-0.0.2.css') }">
+<link rel="stylesheet" href="${ static('notebook/css/notebook.css') }">
+
 <span class="notebook">
 <span class="notebook">
 
 
 ${ components.menubar(is_embeddable) }
 ${ components.menubar(is_embeddable) }