Эх сурвалжийг харах

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

Enrico Berti 9 жил өмнө
parent
commit
b91e1b6411

+ 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) {