mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 02:47:36 -02:30
Removed auto refresh. It polls too frequently and potential fills web server logs too quickly.
This commit is contained in:
@@ -300,9 +300,13 @@ angular.module('JobFormDefinition', [])
|
||||
|
||||
statusActions: {
|
||||
refresh: {
|
||||
awRefresh: true,
|
||||
ngShow: "(status == 'pending' || status == 'waiting' || status == 'running')",
|
||||
mode: 'all'
|
||||
dataPlacement: 'top',
|
||||
icon: "icon-refresh",
|
||||
mode: 'all',
|
||||
ngShow: "job_status == 'pending' || job_status == 'waiting' || job_status == 'running'",
|
||||
'class': 'btn-xs btn-primary',
|
||||
awToolTip: "Refresh the page",
|
||||
ngClick: "refresh()"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user