mirror of
https://github.com/fleetdm/fleet
synced 2026-05-18 06:28:40 +00:00
**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 |
||
|---|---|---|
| .. | ||
| fonts | ||
| images | ||
| videos | ||
| favicon.ico | ||
| README.md | ||
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.