adjust MDM migration copy and timers (#13366)

for #13158
This commit is contained in:
Roberto Dip
2023-08-18 18:58:40 -03:00
committed by GitHub
parent 6a91bc54cf
commit 3b815b04c2
5 changed files with 5 additions and 4 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 MiB

After

Width:  |  Height:  |  Size: 3.9 MiB

+1
View File
@@ -0,0 +1 @@
* Updated the copy and image displayed on the MDM migration modal
@@ -7,6 +7,7 @@
&__migration-preview {
width: 100%;
max-width: 800px;
margin-top: $pad-large;
margin-bottom: $pad-xxlarge;
}
+3 -4
View File
@@ -30,10 +30,9 @@ const (
var mdmMigrationTemplate = template.Must(template.New("mdmMigrationTemplate").Parse(`
## Migrate to Fleet
To begin, click "Start." Your default browser will open your My Device page.
{{ if .IsUnmanaged }}You {{ else }} Once you start, you {{ end -}} will see this dialog every 15 minutes until you click "Turn on MDM" and complete the instructions.` +
"\n\n![Image showing the Fleet UI](https://fleetdm.com/images/permanent/mdm-migration-screenshot-768x180-2x.png)\n\n",
Select **Start** and look for this notification in your notification center:` +
"\n\n![Image showing MDM migration notification](https://fleetdm.com/images/permanent/mdm-migration-notification-344x68.png)\n\n" +
"After you start, this window will popup every 5 minutes until you finish.",
))
var errorTemplate = template.Must(template.New("").Parse(`
Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB