Skip to content

Commit

Permalink
Merge pull request #2344 from upalatucci/fix-fqdn-onudn
Browse files Browse the repository at this point in the history
CNV-54331: do not show fqdn on udn managed namespace
  • Loading branch information
openshift-merge-bot[bot] authored Jan 7, 2025
2 parents c442411 + cb42abe commit 3abd848
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const VirtualMachinesOverviewTabInterfaces: FC<VirtualMachinesOverviewTabInterfa
Row={VirtualMachinesOverviewTabNetworkInterfacesRow}
unfilteredData={data}
/>
{isNamespaceManagedByUDN && <VirtualMachinesOverviewTabNetworkFQDN vm={vm} />}
{!isNamespaceManagedByUDN && <VirtualMachinesOverviewTabNetworkFQDN vm={vm} />}
</CardBody>
</Card>
</div>
Expand Down

0 comments on commit 3abd848

Please sign in to comment.