Refactor: Separate data display by monitoring source

and Fix: Display data collection in detail page
This commit is contained in:
Tola Leng
2025-06-24 22:11:29 +07:00
parent 35b11f5a16
commit ab4f0aa6ea
15 changed files with 565 additions and 57 deletions
@@ -64,6 +64,7 @@ export const ServiceHistoryDialog = ({
{selectedService && (
<ServiceUptimeHistory
serviceId={selectedService.id}
serviceType={selectedService.type}
startDate={startDate}
endDate={endDate}
/>
@@ -71,4 +72,4 @@ export const ServiceHistoryDialog = ({
</DialogContent>
</Dialog>
);
};
};