mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 07:25:48 +01:00
🐛 Fix build issue
This commit is contained in:
@@ -190,13 +190,35 @@ export default function ContainerActionBar({ selected, reload }: ContainerAction
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
shape: {
|
shape: {
|
||||||
location: {
|
sm: {
|
||||||
x: 0,
|
location: {
|
||||||
y: 0,
|
x: 0,
|
||||||
|
y: 0,
|
||||||
|
},
|
||||||
|
size: {
|
||||||
|
width: appTileDefinition.minWidth,
|
||||||
|
height: appTileDefinition.minHeight,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
size: {
|
md: {
|
||||||
width: appTileDefinition.minWidth,
|
location: {
|
||||||
height: appTileDefinition.minHeight,
|
x: 0,
|
||||||
|
y: 0,
|
||||||
|
},
|
||||||
|
size: {
|
||||||
|
width: appTileDefinition.minWidth,
|
||||||
|
height: appTileDefinition.minHeight,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
lg: {
|
||||||
|
location: {
|
||||||
|
x: 0,
|
||||||
|
y: 0,
|
||||||
|
},
|
||||||
|
size: {
|
||||||
|
width: appTileDefinition.minWidth,
|
||||||
|
height: appTileDefinition.minHeight,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
integration: {
|
integration: {
|
||||||
|
|||||||
Reference in New Issue
Block a user