mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-18 06:51:44 +00:00
fix style for unknown status
This commit is contained in:
@@ -188,7 +188,7 @@ export default function ResourceInfoBox({}: ResourceInfoBoxType) {
|
|||||||
)}
|
)}
|
||||||
{(!resource.health ||
|
{(!resource.health ||
|
||||||
resource.health === "unknown") && (
|
resource.health === "unknown") && (
|
||||||
<div className="flex items-center space-x-2 text-muted-foreground">
|
<div className="flex items-center space-x-2">
|
||||||
<Clock className="w-4 h-4 flex-shrink-0" />
|
<Clock className="w-4 h-4 flex-shrink-0" />
|
||||||
<span>{t("resourcesTableUnknown")}</span>
|
<span>{t("resourcesTableUnknown")}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user