diff --git a/assets/images/check.svg b/assets/images/check.svg new file mode 100644 index 0000000000..bd4df0b1de --- /dev/null +++ b/assets/images/check.svg @@ -0,0 +1,3 @@ + diff --git a/frontend/templates/enroll-ota.html b/frontend/templates/enroll-ota.html index bb3853ecdf..f4f1eeb903 100644 --- a/frontend/templates/enroll-ota.html +++ b/frontend/templates/enroll-ota.html @@ -76,11 +76,6 @@ gap: 20px; } - li > p { - display: flex; - gap: 4px; - } - .page-description { font-size: 16px; margin-bottom: 48px; @@ -109,6 +104,12 @@ #main-content { padding: 48px 24px; } + + .device-enroll-message { + margin-top: 48px; + display: flex; + gap: 8px; + }
@@ -160,8 +161,18 @@+ You will see an UNVERIFIED PROFILE warning and a MOBILE DEVICE + MANAGEMENT warning. Click Install again for each warning. + When you see a Remote Management prompt, click + Trust to complete enrollment. +
+