refactor: set the registry url in image in case we have a registry asociated

This commit is contained in:
Mauricio Siu
2024-05-13 03:15:09 -06:00
parent c45017e204
commit d19dec8010
5 changed files with 21 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ export const ShowCluster = () => {
{worker.Spec.Availability}
</span>
<span className="text-sm text-muted-foreground">
{worker.ManagerStatus.Reachability}
{worker?.ManagerStatus?.Reachability || "-"}
</span>
<span className="text-sm text-muted-foreground">
{worker?.Spec?.Role}