Variable: HistoryTab
const HistoryTab: NamedExoticComponent<HistoryTabProperties>;
Defined in: src/components/SiteDetails/tabs/HistoryTab.tsx:263
History tab component displaying paginated monitor check history.
Features:
- Filterable history by status (all, up, down, degraded)
- Configurable display limits with pagination
- Detailed history records with timestamps and response times
- Export functionality for history data
- User action logging for analytics
Paramโ
props
Component props containing formatting functions and monitor data.
Returnsโ
JSX element displaying history interface.