Ver Fonte

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

Enrico Berti há 8 anos atrás
pai
commit
0ec1f8d54f
1 ficheiros alterados com 4 adições e 4 exclusões
  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"
 %>
 
-<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:
 ${ commonheader(_("Metastore"), app_name, user, request) | n,unicode }
 
@@ -74,6 +70,10 @@ ${ assist.assistJSModels() }
 ${ assist.assistPanel() }
 % 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">
 
 ${ components.menubar(is_embeddable) }