changed default param max_rows to increase widget count on dashboard (#12438)

* webui: changed default param max_rows to increase widget count on dashboard

* Set max rows

* Update jquery.gridster.min.js

* Update jquery.gridster.min.js

* remove newline

Co-authored-by: Tony Murray <murraytony@gmail.com>
This commit is contained in:
alakiza
2021-01-28 08:00:22 +03:00
committed by GitHub
parent 9ad60ac76d
commit 841ce1349d

View File

@@ -181,6 +181,7 @@
avoid_overlapped_widgets: true,
min_cols: 1,
max_cols: 20,
max_rows: 200,
draggable: {
handle: 'header, span',
stop: function(e, ui, $widget) {