UI fixes for manual job creation + owners pages + vehicles pages + all jobs BOD-155
This commit is contained in:
@@ -17,7 +17,7 @@ export default function JobDetailCardsTotalsComponent({ loading, data }) {
|
||||
return (
|
||||
<CardTemplate loading={loading} title={t("jobs.labels.cards.totals")}>
|
||||
{totals ? (
|
||||
<div className='imex-flex-row'>
|
||||
<div className='imex-flex-row imex-flex-row__flex-space-around'>
|
||||
<Statistic
|
||||
className='imex-flex-row__margin-large'
|
||||
title={t("jobs.labels.total_repairs")}
|
||||
|
||||
Reference in New Issue
Block a user