mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 06:17:36 -02:30
AC-633 Fixed 'hast' typo.
This commit is contained in:
@@ -30,7 +30,7 @@ angular.module('HostsHelper', [ 'RestServices', 'Utilities', 'ListGenerator', 'H
|
|||||||
host.active_failures = 'n/a';
|
host.active_failures = 'n/a';
|
||||||
}
|
}
|
||||||
else if (host.has_active_failures == false && host.last_job !== null) {
|
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';
|
host.active_failures = 'success';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user