## Summary - Adds a new "MAC address" vital to the host details page, displaying `primary_mac` from the host API response - Follows the same rendering pattern as existing vitals (Private IP address, Public IP address, etc.) using `DataSet` + `TooltipTruncatedText` - Scoped to the same host types that show IP addresses (excludes iOS/iPadOS and Android hosts, matching the behavior in the Manage Hosts table) ## Changes - `frontend/pages/hosts/details/cards/Vitals/Vitals.tsx` — Added MAC address vital entry within the existing `!isIosOrIpadosHost && !isAndroidHost` conditional block Built for [mikermcneil](https://fleetdm.slack.com/archives/D0AFASLRHNU/p1774991978746479) by [Kilo for Slack](https://kilo.ai/features/slack-integration) --------- Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com> Co-authored-by: Rachael Shaw <r@rachael.wtf> Co-authored-by: Juan Fernandez <juan@fleetdm.com>