fleet/assets
Gabriel Hernandez 8977037ff1
add UI to support lock and unlock for ios and ipad devices (#33869)
**Related issue:** Resolves #33417

This adds the UI to support locking and unlocking ios and ipad devices.
This allows the users with the correct permission to lock and unlock
these devices from the host details page host actions dropdown. It also
adds these activities to the upcoming activities feed.

- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
- [x] Added/updated automated tests
- [x] QA'd all new/changed functionality manually
2025-10-14 15:03:21 +01:00
..
fonts Fleet UI: Fix VMs bold letter bug (#23903) 2024-11-25 08:56:38 -05:00
images add UI to support lock and unlock for ios and ipad devices (#33869) 2025-10-14 15:03:21 +01:00
videos Replace old end user migration gif with updated video (#32971) 2025-09-16 15:11:05 +03:00
favicon.ico Updated favicon (#8358) 2022-10-20 12:13:51 -05:00
README.md add readme for assets dir and cleanup directory (#33210) 2025-10-03 16:44:38 +01:00

assets Directory

This directory is used by the frontend build tool to store generated frontend build assets, such as JavaScript bundles, CSS files, and other static resources (images, fonts, etc.) that are produced during the build process.

Key Points

  • Do not commit generated files: All files in this directory are generated automatically and are git-ignored. They should not be committed to version control.
  • Not for static files: Do not place unrelated static files (like PDFs, config profiles, or documentation) here. Use a separate directory for non-UI assets.
  • Regenerated on build: These files are recreated every time you run the frontend build process.