mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-28 07:51:02 +00:00
Merge branch 'freight/hot_fix' of github.com:Tria-plc/edr-platform into freight/hot_fix
This commit is contained in:
@@ -91,7 +91,7 @@ export function FinancialReportsPage() {
|
||||
);
|
||||
|
||||
return (
|
||||
<Container size="xl" py="xl">
|
||||
<Container size="xl" py="xl" px="lg">
|
||||
<Stack gap="md">
|
||||
<Card>
|
||||
<Card.Section p="md" withBorder>
|
||||
|
||||
@@ -131,7 +131,7 @@ export function FleetDashboard() {
|
||||
const fuelPercent = operatingCost > 0 ? Math.round((metrics.totalFuelSpend / operatingCost) * 100) : 0;
|
||||
|
||||
return (
|
||||
<Container size="xl" py="xl">
|
||||
<Container size="xl" py="xl" px="lg">
|
||||
<Breadcrumbs items={[{ label: 'Fleet' }, { label: 'Dashboard' }]} />
|
||||
|
||||
<Box mb="xl">
|
||||
|
||||
@@ -119,7 +119,7 @@ export default function FuelPurchasePage() {
|
||||
const totalCost = formData.liters * formData.costPerLiter;
|
||||
|
||||
return (
|
||||
<Container size="xl" py="xl">
|
||||
<Container size="xl" py="xl" px="lg">
|
||||
<Breadcrumbs items={[{ label: "Fleet" }, { label: "Fuel Management" }, { label: "Record Purchase" }]} />
|
||||
|
||||
<Group justify="space-between" mb="lg">
|
||||
|
||||
@@ -57,7 +57,7 @@ export default function FuelStatsPage() {
|
||||
: "—";
|
||||
|
||||
return (
|
||||
<Container size="xl" py="xl">
|
||||
<Container size="xl" py="xl" px="lg">
|
||||
<Breadcrumbs items={[{ label: "Fleet" }, { label: "Fuel Management" }, { label: "Statistics" }]} />
|
||||
|
||||
<Group justify="space-between" mb="lg">
|
||||
|
||||
@@ -87,7 +87,7 @@ export function MaintenancePage() {
|
||||
};
|
||||
|
||||
return (
|
||||
<Container size="xl" py="xl">
|
||||
<Container size="xl" py="xl" px="lg">
|
||||
<Stack gap="md">
|
||||
<Card>
|
||||
<Card.Section p="md" withBorder>
|
||||
|
||||
@@ -72,7 +72,7 @@ export function TrackingPage() {
|
||||
});
|
||||
|
||||
return (
|
||||
<Container size="xl" py="xl">
|
||||
<Container size="xl" py="xl" px="lg">
|
||||
<Breadcrumbs items={[{ label: 'Fleet' }, { label: 'Vehicle Tracking' }]} />
|
||||
|
||||
<Stack gap="xl">
|
||||
|
||||
Reference in New Issue
Block a user