mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Fleet UI: Fix os_version not wired (#38400)
This commit is contained in:
parent
67b911e9a1
commit
47768f0649
1 changed files with 1 additions and 0 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue