Update entity overview card grid (#1366)

This commit is contained in:
Stefan Ålund
2020-06-18 16:57:27 +02:00
committed by GitHub
parent 2156b06280
commit 97311ba5c6
2 changed files with 4 additions and 4 deletions
@@ -23,7 +23,7 @@ type Props = {
};
export const EntityMetadataCard: FC<Props> = ({ entity }) => (
<InfoCard title="Metadata">
<InfoCard title="Information">
<StructuredMetadataTable metadata={entity.metadata} />
</InfoCard>
);
@@ -149,11 +149,11 @@ export const EntityPage: FC<{}> = () => {
<HeaderTabs tabs={tabs} />
<Content>
<Grid container spacing={3} direction="column">
<Grid item>
<Grid container spacing={3}>
<Grid item sm={4}>
<EntityMetadataCard entity={entity} />
</Grid>
<Grid item>
<Grid item sm={8}>
<SentryIssuesWidget
sentryProjectId="sample-sentry-project-id"
statsFor="24h"