improve verified and verifying tooltips in profile status UI (#25886)
Fpr #24824 Updates the verified and verifying tooltips to be a bit more clear on the Profile Status Aggregate component/ <!-- Note that API documentation changes are now addressed by the product design team. --> - [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
This commit is contained in:
@@ -0,0 +1 @@
|
||||
- improve the verified and verifying tooltips on the Profile Status on OS settings page.
|
||||
+1
-2
@@ -20,8 +20,7 @@ const AGGREGATE_STATUS_DISPLAY_OPTIONS: IAggregateDisplayOption[] = [
|
||||
text: "Verifying",
|
||||
iconName: "successPartial",
|
||||
tooltipText:
|
||||
"These hosts acknowledged all MDM commands to apply OS settings. " +
|
||||
"Fleet is verifying the OS settings are applied with osquery.",
|
||||
"These hosts acknowledged all MDM commands to apply OS settings. Fleet is verifying the OS settings are applied.",
|
||||
},
|
||||
{
|
||||
value: "pending",
|
||||
|
||||
Reference in New Issue
Block a user