mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Fleet UI: Remove repeated version number on os details page (#16374)
This commit is contained in:
parent
512f0b7d3f
commit
901004e149
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ const SoftwareOSDetailsPage = ({ location }: ISoftwareOSDetailsPageProps) => {
|
|||
return (
|
||||
<>
|
||||
<SoftwareDetailsSummary
|
||||
title={`${osVersionDetails.name} ${osVersionDetails.version}`}
|
||||
title={osVersionDetails.name}
|
||||
hosts={osVersionDetails.hosts_count}
|
||||
queryParams={{
|
||||
os_name: osVersionDetails.name_only,
|
||||
|
|
|
|||
Loading…
Reference in a new issue