mirror of
https://github.com/ansible/awx.git
synced 2026-07-29 17:09:55 -02:30
Removed auto refresh. It polls too frequently and potential fills web server logs too quickly.
This commit is contained in:
@@ -72,8 +72,12 @@ angular.module('ProjectsListDefinition', [])
|
||||
iconSize: 'large'
|
||||
},
|
||||
refresh: {
|
||||
awRefresh: true,
|
||||
mode: 'all'
|
||||
dataPlacement: 'top',
|
||||
icon: "icon-refresh",
|
||||
mode: 'all',
|
||||
'class': 'btn-xs btn-primary',
|
||||
awToolTip: "Refresh the page",
|
||||
ngClick: "refresh()"
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user