From 9c047f3f3ce464c15f182cb8f6bff06cbe98c6cd Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Tue, 7 Jun 2016 15:53:05 -0400 Subject: [PATCH] Added tooltip/a href to the dashboard recent jobs status icons --- .../src/dashboard/lists/jobs/jobs-list.partial.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/awx/ui/client/src/dashboard/lists/jobs/jobs-list.partial.html b/awx/ui/client/src/dashboard/lists/jobs/jobs-list.partial.html index a728d64d2e..d0c2d08b3d 100644 --- a/awx/ui/client/src/dashboard/lists/jobs/jobs-list.partial.html +++ b/awx/ui/client/src/dashboard/lists/jobs/jobs-list.partial.html @@ -18,11 +18,12 @@ ng-class-even="'List-tableRow--evenRow'" ng-repeat = "job in jobs"> - - + + + + + + {{ job.name }}