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