mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 05:15:02 -02:30
Search.js now supports up to 3 search filters on a page. First search widget can be regular or an object selector, which is used on the activity stream widget. Activity stream now has 2 filter widgets allowing a search to combine object and responsible user in a single query.
This commit is contained in:
@@ -20,6 +20,11 @@ angular.module('ActivityDetailDefinition', [])
|
||||
type: 'text',
|
||||
readonly: true
|
||||
},
|
||||
id: {
|
||||
label: 'Event ID',
|
||||
type: 'text',
|
||||
readonly: true
|
||||
},
|
||||
operation: {
|
||||
label: 'Operation',
|
||||
type: 'text',
|
||||
|
||||
Reference in New Issue
Block a user