mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 05:01:19 -03:30
AC-633 Fixed 'hast' typo.
This commit is contained in:
parent
7a2bc539d4
commit
63061c020f
@ -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';
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user