mirror of
https://github.com/ansible/awx.git
synced 2026-01-25 00:11:23 -03:30
Fix js compilation errors.
This commit is contained in:
parent
7ef25fec57
commit
0b7d3999d2
@ -10,7 +10,7 @@
|
||||
angular.module('HostsHelper', [ 'RestServices', 'Utilities', 'ListGenerator', 'HostListDefinition',
|
||||
'SearchHelper', 'PaginateHelper', 'ListGenerator', 'AuthService', 'HostsHelper',
|
||||
'InventoryHelper', 'RelatedSearchHelper','RelatedPaginateHelper',
|
||||
'InventoryFormDefinition', 'SelectionHelper', 'HostGroupsFormDefinition',
|
||||
'InventoryFormDefinition', 'SelectionHelper', 'HostGroupsFormDefinition'
|
||||
])
|
||||
|
||||
|
||||
|
||||
@ -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'" }
|
||||
]
|
||||
},
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user