Fleet UI: Surface policy resolution to observers in UI (#14574)

This commit is contained in:
RachelElysia 2023-10-27 13:04:29 -04:00 committed by GitHub
parent 386f2c6171
commit 4a9ef5ae07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1 @@
- Observers and observer+ can view policy resolutions in UI

View file

@ -477,6 +477,12 @@ const PolicyForm = ({
<p className={`${baseClass}__policy-description no-hover`}>
{lastEditedQueryDescription}
</p>
<p className="resolve-title">
<strong>Resolve:</strong>
</p>
<p className={`${baseClass}__policy-resolution no-hover`}>
{lastEditedQueryResolution}
</p>
</div>
<div className="author">{renderAuthor()}</div>
</div>