From d303520cc988470ef0053d385ca70408195850fa Mon Sep 17 00:00:00 2001 From: chouseknecht Date: Wed, 14 May 2014 18:16:20 -0400 Subject: [PATCH] Touched up the summary table event help. --- awx/ui/static/js/controllers/JobDetail.js | 3 ++- awx/ui/static/partials/job_detail.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/awx/ui/static/js/controllers/JobDetail.js b/awx/ui/static/js/controllers/JobDetail.js index f9756e461d..4b23b3a76b 100644 --- a/awx/ui/static/js/controllers/JobDetail.js +++ b/awx/ui/static/js/controllers/JobDetail.js @@ -38,7 +38,8 @@ function JobDetailController ($scope, $compile, $routeParams, ClearScope, Breadc scope.eventsHelpText = "

Successful

\n" + "

Changed

\n" + "

Unreachable

\n" + - "

Failed

\n"; + "

Failed

\n" + + "
esc or click to close
\n"; event_socket = Socket({ scope: scope, diff --git a/awx/ui/static/partials/job_detail.html b/awx/ui/static/partials/job_detail.html index 57d6ad0178..f6666bf984 100644 --- a/awx/ui/static/partials/job_detail.html +++ b/awx/ui/static/partials/job_detail.html @@ -178,7 +178,7 @@
Host
Events - +