mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Avoid dynamic column generation.
Using add_faux_col each time a new widget is added to the grid caused the widget was always positioned in the first row on the right. Related to #60.
This commit is contained in:
@ -177,7 +177,7 @@
|
||||
this.register_widget($w);
|
||||
|
||||
this.add_faux_rows(pos.size_y);
|
||||
this.add_faux_cols(pos.size_x);
|
||||
//this.add_faux_cols(pos.size_x);
|
||||
|
||||
this.set_dom_grid_height();
|
||||
|
||||
|
Reference in New Issue
Block a user