diff --git a/frontend/src/resources/cr.tsx b/frontend/src/resources/cr.tsx index 1a63391..40df96e 100644 --- a/frontend/src/resources/cr.tsx +++ b/frontend/src/resources/cr.tsx @@ -94,7 +94,7 @@ export const CrEdit = () => { <> - }> + } mutationMode='pessimistic'> }> {jsonSchema ? ( { mode="json" source="schema" theme="monokai" + fullWidth={true} /> @@ -132,7 +133,7 @@ export const SchemaEdit = () => { recordRepresentation: record.id, })} - }> + } mutationMode='pessimistic'> }> @@ -141,6 +142,7 @@ export const SchemaEdit = () => { mode="json" source="schema" theme="monokai" + fullWidth={true} /> diff --git a/frontend/src/resources/custom/cr.apigws.operator.scc-digitalhub.github.io.tsx b/frontend/src/resources/custom/cr.apigws.operator.scc-digitalhub.github.io.tsx index 3f6bfb2..714ff44 100644 --- a/frontend/src/resources/custom/cr.apigws.operator.scc-digitalhub.github.io.tsx +++ b/frontend/src/resources/custom/cr.apigws.operator.scc-digitalhub.github.io.tsx @@ -232,7 +232,7 @@ const CrEdit = () => { <> - } transform={transform} > + } transform={transform} mutationMode='pessimistic'> diff --git a/frontend/src/resources/custom/cr.buckets.minio.scc-digitalhub.github.io.tsx b/frontend/src/resources/custom/cr.buckets.minio.scc-digitalhub.github.io.tsx index b2a98ec..7870115 100644 --- a/frontend/src/resources/custom/cr.buckets.minio.scc-digitalhub.github.io.tsx +++ b/frontend/src/resources/custom/cr.buckets.minio.scc-digitalhub.github.io.tsx @@ -130,7 +130,7 @@ const CrEdit = () => { crName={CR_MINIO_BUCKETS} crId={record.spec.database} /> - } transform={transform}> + } transform={transform} mutationMode='pessimistic'> } validate={validateData} > diff --git a/frontend/src/resources/custom/cr.dremiorestservers.operator.dremiorestserver.com.tsx b/frontend/src/resources/custom/cr.dremiorestservers.operator.dremiorestserver.com.tsx index 85db934..b15eb67 100644 --- a/frontend/src/resources/custom/cr.dremiorestservers.operator.dremiorestserver.com.tsx +++ b/frontend/src/resources/custom/cr.dremiorestservers.operator.dremiorestserver.com.tsx @@ -217,7 +217,7 @@ const CrEdit = () => { crName={CR_DREMIOREST} crId={record.spec.database} /> - } transform={transform}> + } transform={transform} mutationMode='pessimistic'> } validate={validateData}> diff --git a/frontend/src/resources/custom/cr.nuclioapigateways.nuclio.io.tsx b/frontend/src/resources/custom/cr.nuclioapigateways.nuclio.io.tsx index 39c85d4..61871e7 100644 --- a/frontend/src/resources/custom/cr.nuclioapigateways.nuclio.io.tsx +++ b/frontend/src/resources/custom/cr.nuclioapigateways.nuclio.io.tsx @@ -386,7 +386,7 @@ const CrEdit = () => { <> - } transform={transform}> + } transform={transform} mutationMode='pessimistic'> } validate={validate}> diff --git a/frontend/src/resources/custom/cr.policies.minio.scc-digitalhub.github.io.tsx b/frontend/src/resources/custom/cr.policies.minio.scc-digitalhub.github.io.tsx index ef9dee6..e18c76a 100644 --- a/frontend/src/resources/custom/cr.policies.minio.scc-digitalhub.github.io.tsx +++ b/frontend/src/resources/custom/cr.policies.minio.scc-digitalhub.github.io.tsx @@ -101,7 +101,7 @@ const CrEdit = () => { crName={CR_MINIO_POLICIES} crId={record.spec.database} /> - + diff --git a/frontend/src/resources/custom/cr.postgres.db.movetokube.com.tsx b/frontend/src/resources/custom/cr.postgres.db.movetokube.com.tsx index f294e14..b190ce1 100644 --- a/frontend/src/resources/custom/cr.postgres.db.movetokube.com.tsx +++ b/frontend/src/resources/custom/cr.postgres.db.movetokube.com.tsx @@ -131,7 +131,7 @@ const CrEdit = () => { crName={CR_POSTGRES_DB} crId={record.spec.database} /> - }> + } mutationMode='pessimistic'> }> diff --git a/frontend/src/resources/custom/cr.postgrests.operator.postgrest.org.tsx b/frontend/src/resources/custom/cr.postgrests.operator.postgrest.org.tsx index bba6d57..d1509db 100644 --- a/frontend/src/resources/custom/cr.postgrests.operator.postgrest.org.tsx +++ b/frontend/src/resources/custom/cr.postgrests.operator.postgrest.org.tsx @@ -292,7 +292,7 @@ const CrEdit = () => { crName={CR_POSTGREST} crId={record.spec.database} /> - } transform={transform}> + } transform={transform} mutationMode='pessimistic'> } validate={validateData}> diff --git a/frontend/src/resources/custom/cr.postgresusers.db.movetokube.com.tsx b/frontend/src/resources/custom/cr.postgresusers.db.movetokube.com.tsx index bc44494..b35e518 100644 --- a/frontend/src/resources/custom/cr.postgresusers.db.movetokube.com.tsx +++ b/frontend/src/resources/custom/cr.postgresusers.db.movetokube.com.tsx @@ -138,6 +138,7 @@ const CrEdit = () => { /> { crName={CR_MINIO_USERS} crId={record.spec.database} /> - +