mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 06:56:00 -03:30
add username-based search to activity stream
This commit is contained in:
@@ -195,6 +195,10 @@ function ActivityStream({ i18n }) {
|
||||
key: 'search',
|
||||
isDefault: true,
|
||||
},
|
||||
{
|
||||
name: i18n._(t`Initiated by (username)`),
|
||||
key: 'actor__username__icontains',
|
||||
},
|
||||
]}
|
||||
toolbarSortColumns={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user