Browse Source

HUE-7949 [dashboard] Reduce number of total available columns to speed up renderings

Enrico Berti 7 năm trước cách đây
mục cha
commit
0f2b60b

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

@@ -3812,7 +3812,7 @@ $(document).ready(function () {
     autogenerate_stylesheet: true,
     scroll_container: '.page-content',
     max_cols: 12,
-    max_rows: 6000,
+    max_rows: 400,
     resize: {
       axes: ['x'],
       enabled: true,