Skip to content

Commit

Permalink
add additional enrollment instructions on the byod enrollment pages (#…
Browse files Browse the repository at this point in the history
…25639)

For #24853

adds additional instructions on the byod page


![image](https://github.com/user-attachments/assets/bc43b7c5-159e-417b-977f-415ddd5af1b0)

- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
- [x] Manual QA for all new/changed functionality
  • Loading branch information
ghernandez345 authored Jan 23, 2025
1 parent 52bda83 commit b00da33
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
3 changes: 3 additions & 0 deletions assets/images/check.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 16 additions & 5 deletions frontend/templates/enroll-ota.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@
gap: 20px;
}

li > p {
display: flex;
gap: 4px;
}

.page-description {
font-size: 16px;
margin-bottom: 48px;
Expand Down Expand Up @@ -109,6 +104,12 @@
#main-content {
padding: 48px 24px;
}

.device-enroll-message {
margin-top: 48px;
display: flex;
gap: 8px;
}
</style>
</head>
<body>
Expand Down Expand Up @@ -160,8 +161,18 @@ <h1>
<div class="install-profile-container">
<img class="install-profile-img" src="" alt="select install" />
</div>
<p>
You will see an UNVERIFIED PROFILE warning and a MOBILE DEVICE
MANAGEMENT warning. Click <b>Install</b> again for each warning.
When you see a <b>Remote Management</b> prompt, click
<b>Trust</b> to complete enrollment.
</p>
</li>
</ol>
<p class="device-enroll-message">
<img src="{{.URLPrefix}}/assets/images/check.svg" />
Your device will now be enrolled in Fleet.
</p>
</section>
<script>
document.addEventListener("DOMContentLoaded", function () {
Expand Down

0 comments on commit b00da33

Please sign in to comment.