7.6.2.41. StatusPopupSection
ポップアップウィンドウでステータスを表示するコンポーネント。console.dashboards/overview/health/resource 拡張機能を構築するための便利なコンポーネント。
例
<StatusPopupSection
firstColumn={
<>
<span>{title}</span>
<span className="text-secondary">
My Example Item
</span>
</>
}
secondColumn='Status'
>
| パラメーター名 | 説明 |
|---|---|
|
| ポップアップの最初の列の値 |
|
| (オプション) ポップアップの 2 列目の値 |
|
| (オプション) ポップアップの子 |