mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
add username-based search to activity stream
This commit is contained in:
parent
7c57a8e5d0
commit
cec5a77762
@ -195,6 +195,10 @@ function ActivityStream({ i18n }) {
|
||||
key: 'search',
|
||||
isDefault: true,
|
||||
},
|
||||
{
|
||||
name: i18n._(t`Initiated by (username)`),
|
||||
key: 'actor__username__icontains',
|
||||
},
|
||||
]}
|
||||
toolbarSortColumns={[
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user