mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-13 17:05:47 +01:00
fix: set maximum size for indexer manager to 12 (#1912)
This commit is contained in:
@@ -16,8 +16,8 @@ const definition = defineWidget({
|
||||
gridstack: {
|
||||
minWidth: 1,
|
||||
minHeight: 1,
|
||||
maxWidth: 3,
|
||||
maxHeight: 3,
|
||||
maxWidth: 12,
|
||||
maxHeight: 12,
|
||||
},
|
||||
component: IndexerManagerWidgetTile,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user