fleet/website/assets/images/permanent
Jahziel Villasana-Espinoza d3870f2906
feat: pre sonoma migration features (#21266)
> Related issue #20311

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [x] Added/updated tests
- [x] Manual QA for all new/changed functionality
- For Orbit and Fleet Desktop changes:
- [ ] Orbit runs on macOS, Linux and Windows. Check if the orbit
feature/bugfix should only apply to one platform (`runtime.GOOS`).
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [x] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).
2024-08-13 16:14:35 -04:00
..
fleet-logo-blue-118x41@2x.png Update email template image links (#1938) 2021-09-03 17:00:30 -05:00
fleet-mark-color-40x40@2x.png Update email template image links (#1938) 2021-09-03 17:00:30 -05:00
fleet-mark-color-40x40@4x.png add migration support to FD and orbit (#11741) 2023-05-18 14:21:54 -03:00
icon-avatar-default-128x128-2x.png Add query author avatar; format last modified time (#2898) 2021-11-12 16:45:53 -06:00
icon-avatar-default-dark-24x24@2x.png Rename new avatar image files (#9584) 2023-01-31 13:54:45 -06:00
icon-avatar-default-transparent-64x64@2x.png Rename new avatar image files (#9584) 2023-01-31 13:54:45 -06:00
mdm-ade-migration-1024x500.png Feat: updated ADE migration flow (#21229) 2024-08-12 16:14:57 -04:00
mdm-manual-migration-1024x500.png feat: manual MDM migration updates (#21115) 2024-08-08 15:46:42 -04:00
mdm-migration-notification-344x68.png close the migration dialog only after unenrollment (#13512) 2023-08-29 09:44:42 -03:00
mdm-migration-pre-sonoma-unenroll-1024x500.png feat: pre sonoma migration features (#21266) 2024-08-13 16:14:35 -04:00
mdm-migration-screenshot-768x180-2x.png fix display issues with screenshot in MDM migration flow (#11866) 2023-05-23 14:29:42 -03:00
mdm-migration-screenshot-notification-2048x480.png adjust MDM migration dialog image and layout (#14122) 2023-09-26 12:40:54 -03:00
mdm-migration-sonoma-1500x938.png Fix bug where MDM migration fails when attempting to renew enrollment profiles on macOS Sonoma devices (#19726) 2024-06-13 14:13:43 -05:00
README.md FleetUI: Update Avatar component (#1880) 2021-09-02 12:12:42 -05:00
slack-logo-41x40@2x.png Update email template image links (#1938) 2021-09-03 17:00:30 -05:00
twitter-logo-50x40@2x.png Update email template image links (#1938) 2021-09-03 17:00:30 -05:00

images/permanent/

Permanent static images

These images are made available in this particular folder to guarantee that their URLs will be accessible on the internet forever. (Or as close to that as we can.) We'll be careful to never change these URLs, lest we break images for folks.

Why put these in a separate folder? Just to make it harder to accidentally break the URLs by moving these images around, deleting them, or renaming them. If we want to deprecate one of these images, set up an appropriate redirect for it in config/routes.js.

Adding an image

To add an image, simply add an image to this folder using Fleet's standard image naming convention:

For example:

images/permanent/icon-avatar-default-128x128-2x.png

Then, after merging, your image will be available from anywhere that can talk to the public internet!

For example:

<img alt="An unbreakable image of a lovely default avatar." src="https://fleetdm.com/images/permanent/icon-avatar-default-128x128-2x.png"/>