mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
6 lines
481 B
Text
6 lines
481 B
Text
- Deprecated "mia" host status in UI and API responses
|
|
-- Removed "mia" status filter from "Hosts" page UI
|
|
-- Changed `GET /hosts?status=offline` so that "offline" hosts also includes "mia" hosts
|
|
-- Changed `GET /hosts/count?status=offline` so that "offline" hosts count also includes "mia" hosts
|
|
-- Changed `GET /host_summary` so that "offline" hosts count also includes "mia" hosts
|
|
-- Replaced `mia` with `offline` for `status` property of host records returned by API
|