mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 15:35:55 +01:00
Fix add to homarr zIndex
This commit is contained in:
@@ -167,6 +167,7 @@ export default function ContainerActionBar({ selected, reload }: ContainerAction
|
|||||||
const containerUrl = `http://localhost:${selected[0].Ports[0].PublicPort}`;
|
const containerUrl = `http://localhost:${selected[0].Ports[0].PublicPort}`;
|
||||||
openContextModalGeneric<{ app: AppType; allowAppNamePropagation: boolean }>({
|
openContextModalGeneric<{ app: AppType; allowAppNamePropagation: boolean }>({
|
||||||
modal: 'editApp',
|
modal: 'editApp',
|
||||||
|
zIndex: 1000,
|
||||||
innerProps: {
|
innerProps: {
|
||||||
app: {
|
app: {
|
||||||
id: uuidv4(),
|
id: uuidv4(),
|
||||||
|
|||||||
Reference in New Issue
Block a user