Skip to main content

Variable: HistoryTab

const HistoryTab: NamedExoticComponent<HistoryTabProperties>

Defined in: src/components/SiteDetails/tabs/HistoryTab.tsx:113

History tab component displaying paginated monitor check history.

Features:

  • Filterable history by status (all, up, down)
  • Configurable display limits with pagination
  • Detailed history records with timestamps and response times
  • Export functionality for history data
  • User action logging for analytics

Paramโ€‹

Component props containing formatting functions and monitor data.

Returnsโ€‹

JSX element displaying history interface.