mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
fix jshint error
This commit is contained in:
@@ -10,7 +10,7 @@ const defaultParams = {
|
|||||||
page_size: "200",
|
page_size: "200",
|
||||||
order_by: 'start_line',
|
order_by: 'start_line',
|
||||||
not__event__in: 'playbook_on_start,playbook_on_play_start,playbook_on_task_start,playbook_on_stats'
|
not__event__in: 'playbook_on_start,playbook_on_play_start,playbook_on_task_start,playbook_on_stats'
|
||||||
}
|
};
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'jobDetail',
|
name: 'jobDetail',
|
||||||
|
|||||||
Reference in New Issue
Block a user