mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
add gif for end user migration (#11795)
add gif for end user migration experience in UI
This commit is contained in:
parent
f3e44b8e1a
commit
dbd754119b
3 changed files with 10 additions and 2 deletions
BIN
assets/images/mdm-migration-preview.gif
Normal file
BIN
assets/images/mdm-migration-preview.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 MiB |
|
|
@ -18,6 +18,8 @@ import EmptyTable from "components/EmptyTable/EmptyTable";
|
|||
|
||||
import ExampleWebhookUrlPayloadModal from "../ExampleWebhookUrlPayloadModal/ExampleWebhookUrlPayloadModal";
|
||||
|
||||
import MdmMigrationPreview from "../../../../../../../../assets/images/mdm-migration-preview.gif";
|
||||
|
||||
const baseClass = "end-user-migration-section";
|
||||
|
||||
const VOLUNTARY_MODE_DESCRIPTION =
|
||||
|
|
@ -141,7 +143,11 @@ const EndUserMigrationSection = ({ router }: IEndUserMigrationSectionProps) => {
|
|||
enrolled to your old MDM solution.
|
||||
</p>
|
||||
|
||||
<img src="" alt="end user migration preview" />
|
||||
<img
|
||||
src={MdmMigrationPreview}
|
||||
alt="end user migration preview"
|
||||
className={`${baseClass}__migration-preview`}
|
||||
/>
|
||||
<form>
|
||||
<Slider
|
||||
value={formData.isEnabled}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,9 @@
|
|||
margin-top: 0;
|
||||
}
|
||||
|
||||
img {
|
||||
&__migration-preview {
|
||||
width: 100%;
|
||||
margin-top: $pad-large;
|
||||
margin-bottom: $pad-xxlarge;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue