1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

Removed extraTemplate lines. They are not used

This commit is contained in:
Michael Abashian 2017-05-30 13:43:43 -04:00
parent 1e06e1d939
commit e9f4c4f7b5

View File

@ -33,14 +33,12 @@ export default ['i18n', function(i18n) {
awToolTip: "{{ inventory.syncTip }}",
awTipPlacement: "right",
ngClick: "showSourceSummary($event, inventory.id)",
ngClass: "inventory.launch_class",
extraTemplate: "<source-summary-popover inventory='inventory'></source-summary-popover>"
ngClass: "inventory.launch_class"
},{
icon: "{{ 'icon-job-' + inventory.hostsStatus }}",
awToolTip: false,
ngClick: "showHostSummary($event, inventory.id)",
ngClass: "inventory.host_status_class",
extraTemplate: "<host-summary-popover inventory='inventory'></host-summary-popover>"
ngClass: "inventory.host_status_class"
}]
},
name: {