Refactor: Separate data display by monitoring source
and Fix: Display data collection in detail page
This commit is contained in:
@@ -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>
|
||||
);
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user