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 }}", 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: {