💄 Change UI for docker module

This commit is contained in:
ajnart
2022-09-02 13:01:56 +02:00
parent 8c6e84d7a9
commit c08512d464
5 changed files with 58 additions and 41 deletions

View File

@@ -53,7 +53,7 @@ export default function DockerMenuButton(props: any) {
icon: <IconX />,
message: t('errors.integrationFailed.message'),
});
});
});
}, 300);
}
const exists = config.modules?.[DockerModule.id]?.enabled ?? false;