mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 12:27:37 -02:30
Split portal mode jobs into two separate states
This commit is contained in:
@@ -8,7 +8,6 @@ export default ['templateUrl',
|
||||
},
|
||||
scope: {
|
||||
djangoModel: '@',
|
||||
searchSize: '@',
|
||||
basePath: '@',
|
||||
iterator: '@',
|
||||
list: '=',
|
||||
@@ -18,7 +17,8 @@ export default ['templateUrl',
|
||||
disableSearch: '=',
|
||||
defaultParams: '=',
|
||||
querySet: '=',
|
||||
singleSearchParam: '@'
|
||||
singleSearchParam: '@',
|
||||
searchBarFullWidth: '='
|
||||
},
|
||||
controller: 'SmartSearchController',
|
||||
templateUrl: templateUrl('shared/smart-search/smart-search')
|
||||
|
||||
Reference in New Issue
Block a user