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:
chouseknecht
2013-09-17 03:36:35 -04:00
parent fb3aa968f7
commit f97b889a9b
19 changed files with 253 additions and 124 deletions

View File

@@ -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: {