Преглед на файлове

HUE-7672 [dashboard] The layout chooser should not error after creating a new dashboard programmatically

Enrico Berti преди 8 години
родител
ревизия
bef804a491
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      desktop/libs/dashboard/src/dashboard/templates/common_search.mako

+ 1 - 1
desktop/libs/dashboard/src/dashboard/templates/common_search.mako

@@ -3614,7 +3614,7 @@ $(document).ready(function () {
   $(".gridster>ul").gridster({
     widget_margins: [10, 10],
     widget_base_dimensions: ['auto', WIDGET_BASE_HEIGHT],
-    avoid_overlapped_widgets: true,
+    avoid_overlapped_widgets: false,
     max_cols: 12,
     max_rows: 6000,
     resize: {