add gif for end user migration (#11795)
add gif for end user migration experience in UI
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 16 MiB |
+7
-1
@@ -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}
|
||||
|
||||
+3
-1
@@ -5,7 +5,9 @@
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
img {
|
||||
&__migration-preview {
|
||||
width: 100%;
|
||||
margin-top: $pad-large;
|
||||
margin-bottom: $pad-xxlarge;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user