mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-26 08:03:51 +02:00
fix(gridster): fix add_widget to use correct size_y when adding rows
This commit is contained in:
@@ -230,7 +230,9 @@
|
||||
}else{
|
||||
pos = {
|
||||
col: col,
|
||||
row: row
|
||||
row: row,
|
||||
size_x: size_x,
|
||||
size_y: size_y
|
||||
};
|
||||
|
||||
this.empty_cells(col, row, size_x, size_y);
|
||||
|
||||
Reference in New Issue
Block a user