mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-13 00:45: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: {
|
gridstack: {
|
||||||
minWidth: 1,
|
minWidth: 1,
|
||||||
minHeight: 1,
|
minHeight: 1,
|
||||||
maxWidth: 3,
|
maxWidth: 12,
|
||||||
maxHeight: 3,
|
maxHeight: 12,
|
||||||
},
|
},
|
||||||
component: IndexerManagerWidgetTile,
|
component: IndexerManagerWidgetTile,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user