From 47768f06494992bd0ae6715a0ac761152c48991e Mon Sep 17 00:00:00 2001 From: RachelElysia <71795832+RachelElysia@users.noreply.github.com> Date: Thu, 15 Jan 2026 16:56:01 -0500 Subject: [PATCH] Fleet UI: Fix os_version not wired (#38400) --- frontend/utilities/constants.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/utilities/constants.tsx b/frontend/utilities/constants.tsx index 439880e460..208c58ab34 100644 --- a/frontend/utilities/constants.tsx +++ b/frontend/utilities/constants.tsx @@ -414,6 +414,7 @@ export const HOST_SUMMARY_DATA: (keyof IHost)[] = [ "team_name", "display_name", // Not rendered on my device page "maintenance_window", // Not rendered on my device page + "os_version", ]; export const HOST_VITALS_DATA = [