mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 14:27:42 -02:30
Fix js compilation errors.
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
angular.module('HostsHelper', [ 'RestServices', 'Utilities', 'ListGenerator', 'HostListDefinition',
|
angular.module('HostsHelper', [ 'RestServices', 'Utilities', 'ListGenerator', 'HostListDefinition',
|
||||||
'SearchHelper', 'PaginateHelper', 'ListGenerator', 'AuthService', 'HostsHelper',
|
'SearchHelper', 'PaginateHelper', 'ListGenerator', 'AuthService', 'HostsHelper',
|
||||||
'InventoryHelper', 'RelatedSearchHelper','RelatedPaginateHelper',
|
'InventoryHelper', 'RelatedSearchHelper','RelatedPaginateHelper',
|
||||||
'InventoryFormDefinition', 'SelectionHelper', 'HostGroupsFormDefinition',
|
'InventoryFormDefinition', 'SelectionHelper', 'HostGroupsFormDefinition'
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ angular.module('InventoryGroupsDefinition', [])
|
|||||||
index: false,
|
index: false,
|
||||||
hover: true,
|
hover: true,
|
||||||
hasChildren: true,
|
hasChildren: true,
|
||||||
class: 'table-condensed',
|
'class': 'table-condensed',
|
||||||
|
|
||||||
fields: {
|
fields: {
|
||||||
name: {
|
name: {
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ angular.module('InventoryHostsDefinition', [])
|
|||||||
index: false,
|
index: false,
|
||||||
hover: true,
|
hover: true,
|
||||||
hasChildren: true,
|
hasChildren: true,
|
||||||
class: 'table-condensed',
|
'class': 'table-condensed',
|
||||||
|
|
||||||
fields: {
|
fields: {
|
||||||
name: {
|
name: {
|
||||||
|
|||||||
@@ -88,7 +88,7 @@ angular.module('JobsListDefinition', [])
|
|||||||
icon: 'icon-rocket',
|
icon: 'icon-rocket',
|
||||||
mode: 'all',
|
mode: 'all',
|
||||||
ngClick: "submitJob(\{\{ job.id \}\}, '\{\{ job.summary_fields.job_template.name \}\}' )",
|
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'
|
awToolTip: 'Relaunch the job template, running it again from scratch'
|
||||||
},
|
},
|
||||||
cancel: {
|
cancel: {
|
||||||
@@ -121,6 +121,6 @@ angular.module('JobsListDefinition', [])
|
|||||||
{ ngClick: "viewSummary(\{{ job.id \}\}, '\{\{ job.summary_fields.job_template.name \}\}')", label: 'Host Summary',
|
{ ngClick: "viewSummary(\{{ job.id \}\}, '\{\{ job.summary_fields.job_template.name \}\}')", label: 'Host Summary',
|
||||||
ngHide: "job.status == 'new'" }
|
ngHide: "job.status == 'new'" }
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user