7.6.2.41. StatusPopupSection
Component that shows the status in a popup window. 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 popup |
|
| (optional) values for second column of popup |
|
| (optional) children for the popup |