feat: Dashboard - Vehicle Fleet Overview (#2) #3
@@ -3,7 +3,7 @@
|
|||||||
# After verification, sends notification with link to trigger production deploy
|
# After verification, sends notification with link to trigger production deploy
|
||||||
|
|
||||||
name: Deploy to Staging
|
name: Deploy to Staging
|
||||||
run-name: Staging Deploy - ${{ gitea.sha }}
|
run-name: "Staging - ${{ gitea.event.pull_request.title || gitea.ref_name }}"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
@@ -27,14 +27,14 @@ export const SummaryCards: React.FC<SummaryCardsProps> = ({ summary }) => {
|
|||||||
value: summary.upcomingMaintenanceCount,
|
value: summary.upcomingMaintenanceCount,
|
||||||
subtitle: 'Next 30 days',
|
subtitle: 'Next 30 days',
|
||||||
icon: BuildRoundedIcon,
|
icon: BuildRoundedIcon,
|
||||||
color: 'warning.main',
|
color: 'primary.main',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Recent Fuel Logs',
|
title: 'Recent Fuel Logs',
|
||||||
value: summary.recentFuelLogsCount,
|
value: summary.recentFuelLogsCount,
|
||||||
subtitle: 'Last 7 days',
|
subtitle: 'Last 7 days',
|
||||||
icon: LocalGasStationRoundedIcon,
|
icon: LocalGasStationRoundedIcon,
|
||||||
color: 'success.main',
|
color: 'primary.main',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user