mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
Fix js compilation errors.
This commit is contained in:
@@ -18,7 +18,7 @@ angular.module('InventoryGroupsDefinition', [])
|
||||
index: false,
|
||||
hover: true,
|
||||
hasChildren: true,
|
||||
class: 'table-condensed',
|
||||
'class': 'table-condensed',
|
||||
|
||||
fields: {
|
||||
name: {
|
||||
|
||||
@@ -18,7 +18,7 @@ angular.module('InventoryHostsDefinition', [])
|
||||
index: false,
|
||||
hover: true,
|
||||
hasChildren: true,
|
||||
class: 'table-condensed',
|
||||
'class': 'table-condensed',
|
||||
|
||||
fields: {
|
||||
name: {
|
||||
|
||||
@@ -88,7 +88,7 @@ angular.module('JobsListDefinition', [])
|
||||
icon: 'icon-rocket',
|
||||
mode: 'all',
|
||||
ngClick: "submitJob(\{\{ job.id \}\}, '\{\{ job.summary_fields.job_template.name \}\}' )",
|
||||
"class": 'btn-success btn-xs',
|
||||
'class': 'btn-success btn-xs',
|
||||
awToolTip: 'Relaunch the job template, running it again from scratch'
|
||||
},
|
||||
cancel: {
|
||||
@@ -121,6 +121,6 @@ angular.module('JobsListDefinition', [])
|
||||
{ ngClick: "viewSummary(\{{ job.id \}\}, '\{\{ job.summary_fields.job_template.name \}\}')", label: 'Host Summary',
|
||||
ngHide: "job.status == 'new'" }
|
||||
]
|
||||
},
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user