diff --git a/frontend/pages/hosts/details/cards/Software/SelfService/components/SelfServiceTiles/SelfServiceTiles.tsx b/frontend/pages/hosts/details/cards/Software/SelfService/components/SelfServiceTiles/SelfServiceTiles.tsx
index dcf83e6087..5094cc9c19 100644
--- a/frontend/pages/hosts/details/cards/Software/SelfService/components/SelfServiceTiles/SelfServiceTiles.tsx
+++ b/frontend/pages/hosts/details/cards/Software/SelfService/components/SelfServiceTiles/SelfServiceTiles.tsx
@@ -67,7 +67,10 @@ const SelfServiceTiles = ({
-
+
{software.software_package?.version ||
diff --git a/frontend/pages/hosts/details/cards/Software/SelfService/components/UpdatesCard/UpdateSoftwareItem/UpdateSoftwareItem.tsx b/frontend/pages/hosts/details/cards/Software/SelfService/components/UpdatesCard/UpdateSoftwareItem/UpdateSoftwareItem.tsx
index 808f6f4dd2..e12d176c1b 100644
--- a/frontend/pages/hosts/details/cards/Software/SelfService/components/UpdatesCard/UpdateSoftwareItem/UpdateSoftwareItem.tsx
+++ b/frontend/pages/hosts/details/cards/Software/SelfService/components/UpdatesCard/UpdateSoftwareItem/UpdateSoftwareItem.tsx
@@ -61,6 +61,7 @@ interface IInstallerInfoProps {
const InstallerInfo = ({ software }: IInstallerInfoProps) => {
const {
name,
+ display_name,
source,
icon_url: iconUrl,
software_package: installerPackage,
@@ -73,7 +74,9 @@ const InstallerInfo = ({ software }: IInstallerInfoProps) => {
-
+
{installerPackage?.version || vppApp?.version || ""}