Explorar o código

HUE-4265 [beeswax] Bring back the show preview in the assist

Enrico Berti %!s(int64=9) %!d(string=hai) anos
pai
achega
b91e1b6
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      apps/beeswax/src/beeswax/templates/execute.mako

+ 2 - 0
apps/beeswax/src/beeswax/templates/execute.mako

@@ -57,6 +57,7 @@ ${ layout.menubar(section='query') }
                   activeSourceType: snippetType,
                   navigationSettings: {
                     openItem: false,
+                    showPreview: true,
                     showStats: true
                   }
                 },
@@ -1288,6 +1289,7 @@ var INITIAL_HORIZONTAL_RESIZE_POSITION = -1;
 
 // Navigator, recent queries
 $(document).ready(function () {
+  $(document).on('click', '.assist-table .fa-list', function(){ $('.modal-backdrop').before($('#assistQuickLook')) });
   $("#resizePanel a").draggable({
     axis: "y",
     start: function (e, ui) {