Add error handling and notes page.
This commit is contained in:
@@ -48,7 +48,10 @@ export default function JobTombstone() {
|
||||
}
|
||||
>
|
||||
<Card>
|
||||
<Card.Title title={t("jobdetail.labels.jobinfo")} />
|
||||
<Card.Title
|
||||
title={t("jobdetail.labels.jobinfo")}
|
||||
titleVariant="titleLarge"
|
||||
/>
|
||||
<Card.Content>
|
||||
<Text>{job.status}</Text>
|
||||
{job.inproduction && (
|
||||
@@ -63,7 +66,10 @@ export default function JobTombstone() {
|
||||
</Card>
|
||||
|
||||
<Card>
|
||||
<Card.Title title={t("jobdetail.labels.claiminformation")} />
|
||||
<Card.Title
|
||||
title={t("jobdetail.labels.claiminformation")}
|
||||
titleVariant="titleLarge"
|
||||
/>
|
||||
<Card.Content style={localStyles.twoColumnCard}>
|
||||
<View style={localStyles.twoColumnCardColumn}>
|
||||
<DataLabelComponent
|
||||
@@ -97,7 +103,10 @@ export default function JobTombstone() {
|
||||
</Card.Content>
|
||||
</Card>
|
||||
<Card>
|
||||
<Card.Title title={t("jobdetail.labels.employeeassignments")} />
|
||||
<Card.Title
|
||||
title={t("jobdetail.labels.employeeassignments")}
|
||||
titleVariant="titleLarge"
|
||||
/>
|
||||
<Card.Content>
|
||||
<DataLabelComponent
|
||||
label={t("objects.jobs.fields.employee_body")}
|
||||
@@ -138,7 +147,10 @@ export default function JobTombstone() {
|
||||
</Card.Content>
|
||||
</Card>
|
||||
<Card>
|
||||
<Card.Title title={t("jobdetail.labels.dates")} />
|
||||
<Card.Title
|
||||
title={t("jobdetail.labels.dates")}
|
||||
titleVariant="titleLarge"
|
||||
/>
|
||||
<Card.Content style={localStyles.twoColumnCard}>
|
||||
<View style={localStyles.twoColumnCardColumn}>
|
||||
<DataLabelComponent
|
||||
|
||||
Reference in New Issue
Block a user