StatusPopupSection

Component that shows the status in a pop-up. Helpful component for building console.dashboards/overview/health/resource extensions.

Example

  <StatusPopupSection
    firstColumn={
      <>
        <span>{title}</span>
        <span className="text-secondary">
          My Example Item
        </span>
      </>
    }
    secondColumn='Status'
  >
Parameter Name Description

firstColumn

values for first column of pop-up

secondColumn

(optional) values for second column of pop-up

children

(optional) children for the pop-up