Explorar el Código

[assist] Add the missing "Databases" header back

Johan Ahlen hace 9 años
padre
commit
7d1fa3a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      desktop/core/src/desktop/templates/assist.mako

+ 1 - 1
desktop/core/src/desktop/templates/assist.mako

@@ -533,7 +533,7 @@ from desktop.views import _ko
   </script>
 
   <script type="text/html" id="assist-databases-template">
-    <div class="assist-flex-header" data-bind="visibleOnHover: { selector: '.hover-actions', override: loading() || isSearchVisible() }" style="display: none;">
+    <div class="assist-flex-header" data-bind="visibleOnHover: { selector: '.hover-actions', override: loading() || isSearchVisible() }">
       <div class="assist-inner-header" data-bind="visible: ! hasErrors()">
         ${_('Databases')}
         <!-- ko template: 'assist-db-header-actions' --><!-- /ko -->