Переглянути джерело

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

Enrico Berti 8 роки тому
батько
коміт
bef804a491

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