Merge branch 'dev' into docker-onboarding-fix

This commit is contained in:
Thomas Camlong
2023-12-31 11:42:56 +01:00
committed by GitHub
298 changed files with 7179 additions and 3511 deletions

View File

@@ -61,7 +61,9 @@ export const getServerSideProps = async (context: GetServerSidePropsContext) =>
// Fetch containers if user is admin, otherwise we don't need them
try {
if (session?.user.isAdmin == true) containers = await caller.containers();
} catch (error) {}
} catch (error) {
}
return {
props: {
config,