mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Update default description for operating system policy (#3556)
- Update default description for operating system policy to make it clear that the policy attempts to match the exact version
This commit is contained in:
parent
f29b2a6fac
commit
ddff616ba0
1 changed files with 1 additions and 1 deletions
|
|
@ -434,7 +434,7 @@ const HostDetailsPage = ({
|
|||
: setLastEditedQueryName(osPolicyLabel);
|
||||
setPolicyTeamId(host?.team_id ? host?.team_id : 0);
|
||||
setLastEditedQueryDescription(
|
||||
"Returns yes or no for detecting operating system and version"
|
||||
"Checks to see if the exact operating system and version are installed on a host."
|
||||
);
|
||||
setLastEditedQueryBody(osPolicy);
|
||||
setLastEditedQueryResolution("");
|
||||
|
|
|
|||
Loading…
Reference in a new issue