mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 00:25:06 +02:00
re-name model_id parameter
This commit is contained in:
Vendored
+1
-1
@@ -1202,7 +1202,7 @@
|
||||
'data-row': pos.row,
|
||||
'data-sizex' : size_x,
|
||||
'data-sizey' : size_y,
|
||||
'data-sizey' : model_id
|
||||
'data-model-id' : model_id
|
||||
}).addClass('gs-w').appendTo(this.$el).hide();
|
||||
|
||||
this.$widgets = this.$widgets.add($w);
|
||||
|
||||
Vendored
+2
-2
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -1202,7 +1202,7 @@
|
||||
'data-row': pos.row,
|
||||
'data-sizex' : size_x,
|
||||
'data-sizey' : size_y,
|
||||
'data-sizey' : model_id
|
||||
'data-model-id' : model_id
|
||||
}).addClass('gs-w').appendTo(this.$el).hide();
|
||||
|
||||
this.$widgets = this.$widgets.add($w);
|
||||
|
||||
+2
-2
File diff suppressed because one or more lines are too long
@@ -350,7 +350,7 @@
|
||||
'data-row': pos.row,
|
||||
'data-sizex' : size_x,
|
||||
'data-sizey' : size_y,
|
||||
'data-sizey' : model_id
|
||||
'data-model-id' : model_id
|
||||
}).addClass('gs-w').appendTo(this.$el).hide();
|
||||
|
||||
this.$widgets = this.$widgets.add($w);
|
||||
|
||||
Reference in New Issue
Block a user