mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 20:37:39 -02:30
Removed Status filter from Job Events page. Changed form attribute 'notSearchable' to 'searchable' -cause it just makes more sense.
This commit is contained in:
@@ -27,11 +27,11 @@ angular.module('JobHostDefinition', [])
|
||||
},
|
||||
ok: {
|
||||
label: 'Success',
|
||||
notSearchable: true
|
||||
searchable: false
|
||||
},
|
||||
changed: {
|
||||
label: 'Changed',
|
||||
notSearchable: true
|
||||
searchable: false
|
||||
},
|
||||
failures: {
|
||||
label: 'Failure',
|
||||
@@ -39,11 +39,11 @@ angular.module('JobHostDefinition', [])
|
||||
},
|
||||
dark: {
|
||||
label: 'Unreachable',
|
||||
notSearchable: true
|
||||
searchable: false
|
||||
},
|
||||
skipped: {
|
||||
label: 'Skipped',
|
||||
notSearchable: true
|
||||
searchable: false
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user