mirror of
https://github.com/ansible/awx.git
synced 2026-08-02 10:59:56 -02:30
First pass implementation of fact searching on hosts
This commit is contained in:
committed by
Jared Tabor
parent
c22e4a5023
commit
e58e593140
@@ -17,7 +17,9 @@ export default ['templateUrl',
|
||||
searchTags: '=',
|
||||
disableSearch: '=',
|
||||
defaultParams: '=',
|
||||
querySet: '='
|
||||
querySet: '=',
|
||||
nonstandardSearchParam: '@',
|
||||
nonstandardSearchParamRoot: '@'
|
||||
},
|
||||
controller: 'SmartSearchController',
|
||||
templateUrl: templateUrl('shared/smart-search/smart-search')
|
||||
|
||||
Reference in New Issue
Block a user