mirror of
https://github.com/fleetdm/fleet
synced 2026-05-06 06:48:54 +00:00
for #26674 # Checklist for submitter - [X] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files) for more information. ## Details This PR adds text to the existing `disk_info` notes in the UI, clarifying that in ChromeOS, the table will only return data about removable storage media. After researching the issue and trying various alternatives, my conclusion is that ChromeOS is purposely designed to make it very difficult to obtain hardware information (including internal disk space and usage) via extensions. In order to actual do this reporting, we'd need to integrate the [Chrome Admin API](https://developers.google.com/workspace/admin/directory/reference/rest/v1/chromeosdevices#ChromeOsDevice) into Fleet, which requires more design and planning.
1 line
76 B
Text
1 line
76 B
Text
- Updated the notes for the `disk_info` table to clarify usage in ChromeOS.
|