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 |
|---|---|
|
values for first column of pop-up |
|
(optional) values for second column of pop-up |
|
(optional) children for the pop-up |