mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 21:49:27 -02:30
Removed extraTemplate lines. They are not used
This commit is contained in:
@@ -33,14 +33,12 @@ export default ['i18n', function(i18n) {
|
|||||||
awToolTip: "{{ inventory.syncTip }}",
|
awToolTip: "{{ inventory.syncTip }}",
|
||||||
awTipPlacement: "right",
|
awTipPlacement: "right",
|
||||||
ngClick: "showSourceSummary($event, inventory.id)",
|
ngClick: "showSourceSummary($event, inventory.id)",
|
||||||
ngClass: "inventory.launch_class",
|
ngClass: "inventory.launch_class"
|
||||||
extraTemplate: "<source-summary-popover inventory='inventory'></source-summary-popover>"
|
|
||||||
},{
|
},{
|
||||||
icon: "{{ 'icon-job-' + inventory.hostsStatus }}",
|
icon: "{{ 'icon-job-' + inventory.hostsStatus }}",
|
||||||
awToolTip: false,
|
awToolTip: false,
|
||||||
ngClick: "showHostSummary($event, inventory.id)",
|
ngClick: "showHostSummary($event, inventory.id)",
|
||||||
ngClass: "inventory.host_status_class",
|
ngClass: "inventory.host_status_class"
|
||||||
extraTemplate: "<host-summary-popover inventory='inventory'></host-summary-popover>"
|
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
name: {
|
name: {
|
||||||
|
|||||||
Reference in New Issue
Block a user