mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-17 18:08:36 -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:
@@ -59,11 +59,7 @@ angular.module('JobsListDefinition', [])
|
||||
|
||||
actions: {
|
||||
refresh: {
|
||||
label: 'Refresh',
|
||||
"class": 'btn-primary btn-sm',
|
||||
ngClick: "refreshJob(\{\{ job.id \}\})",
|
||||
icon: 'icon-refresh',
|
||||
awToolTip: 'Refresh the page',
|
||||
awRefresh: true,
|
||||
mode: 'all'
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user