mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00: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