diff --git a/assets/images/mdm-migration-preview.gif b/assets/images/mdm-migration-preview.gif new file mode 100644 index 0000000000..2a0c726fba Binary files /dev/null and b/assets/images/mdm-migration-preview.gif differ diff --git a/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/components/EndUserMigrationSection/EndUserMigrationSection.tsx b/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/components/EndUserMigrationSection/EndUserMigrationSection.tsx index 862e8c06f8..5556e2f675 100644 --- a/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/components/EndUserMigrationSection/EndUserMigrationSection.tsx +++ b/frontend/pages/admin/IntegrationsPage/cards/MdmSettings/components/EndUserMigrationSection/EndUserMigrationSection.tsx @@ -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.
-