mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-03 05:11:49 -05:00
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:
@@ -72,11 +72,8 @@ angular.module('JobEventsListDefinition', [])
|
||||
|
||||
actions: {
|
||||
refresh: {
|
||||
ngClick: "refresh()",
|
||||
icon: 'icon-refresh',
|
||||
label: 'Refresh',
|
||||
awToolTip: 'Refresh the page',
|
||||
"class": 'btn-sm btn-primary',
|
||||
awRefresh: true,
|
||||
ngShow: "job_status == 'pending' || job_status == 'waiting' || job_status == 'running'",
|
||||
mode: 'all'
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user