mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 13:25:02 -02:30
AC-463. Reduced refresh button to automatic page refreh every 10 sec. Duration btwn refreshes can be adjusted in config.js.
This commit is contained in:
@@ -291,12 +291,9 @@ angular.module('JobFormDefinition', [])
|
||||
},
|
||||
|
||||
statusActions: {
|
||||
refresh: {
|
||||
label: 'Refresh',
|
||||
icon: 'icon-refresh',
|
||||
ngClick: "refresh()",
|
||||
"class": 'btn-sm btn-primary',
|
||||
awToolTip: 'Refresh job status & output',
|
||||
refresh: {
|
||||
awRefresh: true,
|
||||
ngShow: "(status == 'pending' || status == 'waiting' || status == 'running')",
|
||||
mode: 'all'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user