mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 08:28:52 +00:00
Fleet UI: Surface policy resolution to observers in UI (#14574)
This commit is contained in:
parent
386f2c6171
commit
4a9ef5ae07
2 changed files with 7 additions and 0 deletions
1
changes/bug-14431-surface-resolution-to-observers
Normal file
1
changes/bug-14431-surface-resolution-to-observers
Normal file
|
|
@ -0,0 +1 @@
|
|||
- Observers and observer+ can view policy resolutions in UI
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue