From 63061c020fef553e65ae22b3dd41797e5971f855 Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Wed, 13 Nov 2013 20:05:32 +0000 Subject: [PATCH] AC-633 Fixed 'hast' typo. --- awx/ui/static/js/helpers/Hosts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/js/helpers/Hosts.js b/awx/ui/static/js/helpers/Hosts.js index bf1d246e20..f156b2f6ee 100644 --- a/awx/ui/static/js/helpers/Hosts.js +++ b/awx/ui/static/js/helpers/Hosts.js @@ -30,7 +30,7 @@ angular.module('HostsHelper', [ 'RestServices', 'Utilities', 'ListGenerator', 'H host.active_failures = 'n/a'; } else if (host.has_active_failures == false && host.last_job !== null) { - hast.badgeToolTip = "Most recent job successful. Click to view jobs."; + host.badgeToolTip = "Most recent job successful. Click to view jobs."; host.active_failures = 'success'; }