浏览代码

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

Enrico Berti 7 年之前
父节点
当前提交
0f2b60baa7
共有 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

@@ -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,