UI fixes for manual job creation + owners pages + vehicles pages + all jobs BOD-155
This commit is contained in:
@@ -76,8 +76,7 @@ export function JobDetailCards({ setPrintCenterContext }) {
|
||||
destroyOnClose
|
||||
width={drawerPercentage}
|
||||
placement='right'
|
||||
onClose={handleDrawerClose}
|
||||
footer={<div>The footer.</div>}>
|
||||
onClose={handleDrawerClose}>
|
||||
{loading ? <LoadingSpinner /> : null}
|
||||
{error ? <AlertComponent message={error.message} type='error' /> : null}
|
||||
{data ? (
|
||||
|
||||
@@ -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