mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: add resize.min_size option to default config object
This commit is contained in:
@@ -39,7 +39,8 @@
|
||||
axes: ['both'],
|
||||
handle_append_to: '',
|
||||
handle_class: 'gs-resize-handle',
|
||||
max_size: [Infinity, Infinity]
|
||||
max_size: [Infinity, Infinity],
|
||||
min_size: [1, 1]
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user