mirror of
https://github.com/ansible/awx.git
synced 2026-04-08 03:29:21 -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:
@@ -22,7 +22,7 @@ angular.module('ProjectsListDefinition', [])
|
||||
fields: {
|
||||
name: {
|
||||
key: true,
|
||||
label: 'Name',
|
||||
label: 'Name'
|
||||
},
|
||||
description: {
|
||||
label: 'Description',
|
||||
@@ -53,11 +53,7 @@ angular.module('ProjectsListDefinition', [])
|
||||
awToolTip: 'Create a new project'
|
||||
},
|
||||
refresh: {
|
||||
label: 'Refresh',
|
||||
"class": 'btn-primary btn-sm',
|
||||
ngClick: "refresh(\{\{ job.id \}\})",
|
||||
icon: 'icon-refresh',
|
||||
awToolTip: 'Refresh the page',
|
||||
awRefresh: true,
|
||||
mode: 'all'
|
||||
},
|
||||
help: {
|
||||
|
||||
Reference in New Issue
Block a user