From 97f9ebf5ea15114da2de9d0035a8e6a58ff38c03 Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Wed, 9 Jul 2014 18:46:30 -0400 Subject: [PATCH] Job detail page re-refactor Added icons for host editing. Just need to wire-in the dialog and supporting stuff. --- awx/ui/static/partials/job_detail.html | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/awx/ui/static/partials/job_detail.html b/awx/ui/static/partials/job_detail.html index f7c90f1daf..6a462a4626 100644 --- a/awx/ui/static/partials/job_detail.html +++ b/awx/ui/static/partials/job_detail.html @@ -233,10 +233,11 @@ {{ result.name }} - {{ result.msg }} + {{ result.msg }} + - No matching hosts + No matching hosts @@ -294,7 +295,11 @@
- + + + + +
HostCompleted Tasks
HostCompleted Tasks
@@ -302,12 +307,13 @@ - - + +
{{ host.name }} + {{ host.name }} {{ host.ok }} {{ host.changed }} {{ host.unreachable }} {{ host.failed }}
No matching hosts