Przeglądaj źródła

[assist] Add the missing "Databases" header back

Johan Ahlen 9 lat temu
rodzic
commit
7d1fa3a
1 zmienionych plików z 1 dodań i 1 usunięć
  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 -->