소스 검색

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

Enrico Berti 7 년 전
부모
커밋
0f2b60b
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,