From 5d5a6bb858c2c7fbbfe3b01b0208d9b8a74cccf8 Mon Sep 17 00:00:00 2001 From: mabashian Date: Tue, 24 Jul 2018 11:47:58 -0400 Subject: [PATCH] Correctly links to inventory on jobs/templates list --- awx/ui/client/features/jobs/jobsList.view.html | 2 +- awx/ui/client/features/templates/templatesList.view.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/client/features/jobs/jobsList.view.html b/awx/ui/client/features/jobs/jobsList.view.html index 69831c2dc4..22c2e03ffa 100644 --- a/awx/ui/client/features/jobs/jobsList.view.html +++ b/awx/ui/client/features/jobs/jobsList.view.html @@ -55,7 +55,7 @@ + value-link="/#/inventories/{{job.summary_fields.inventory.kind === 'smart' ? 'smart' : 'inventory'}}/{{ job.summary_fields.inventory.id }}"> + value-link="/#/inventories/{{template.summary_fields.inventory.kind === 'smart' ? 'smart' : 'inventory'}}/{{ template.summary_fields.inventory.id }}">