mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 00:25:06 +02:00
fix(gridster): resize.axes default option only 'both'
If passing resize.axes option it will be what is defined and not ['x','y','both'].
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
},
|
||||
resize: {
|
||||
enabled: false,
|
||||
axes: ['x', 'y', 'both'],
|
||||
axes: ['both'],
|
||||
handle_append_to: '',
|
||||
handle_class: 'gs-resize-handle',
|
||||
max_size: [Infinity, Infinity]
|
||||
|
||||
Reference in New Issue
Block a user