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