mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -181,6 +181,7 @@
|
|||||||
avoid_overlapped_widgets: true,
|
avoid_overlapped_widgets: true,
|
||||||
min_cols: 1,
|
min_cols: 1,
|
||||||
max_cols: 20,
|
max_cols: 20,
|
||||||
|
max_rows: 200,
|
||||||
draggable: {
|
draggable: {
|
||||||
handle: 'header, span',
|
handle: 'header, span',
|
||||||
stop: function(e, ui, $widget) {
|
stop: function(e, ui, $widget) {
|
||||||
|
Reference in New Issue
Block a user