mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 12:40:06 -03:30
Job Events detail page starting to work.
This commit is contained in:
committed by
chouseknecht
parent
0bd576de62
commit
3d3782fcee
@@ -42,13 +42,13 @@ angular.module('JobTemplatesListDefinition', [])
|
||||
edit: {
|
||||
ngClick: "editJobTemplate(\{\{ job_template.id \}\})",
|
||||
icon: 'icon-edit',
|
||||
awToolTip: 'Edit template',
|
||||
awToolTip: 'View/Edit template',
|
||||
class: 'btn-mini'
|
||||
},
|
||||
submit: {
|
||||
icon: 'icon-play',
|
||||
mode: 'all',
|
||||
class: 'btn-mini',
|
||||
class: 'btn-mini btn-success',
|
||||
ngClick: 'submitJob(\{\{ job_template.id \}\})',
|
||||
awToolTip: 'Create and run a job using this template'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user