mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 18:21:03 -03:30
fixed socket tooltip label
This commit is contained in:
@@ -48,7 +48,7 @@ export function JobDetailController ($location, $rootScope, $filter, $scope, $co
|
|||||||
}
|
}
|
||||||
if (hosts[host].changed) {
|
if (hosts[host].changed) {
|
||||||
hosts[host].changedTip = hosts[host].changed;
|
hosts[host].changedTip = hosts[host].changed;
|
||||||
hosts[host].changedTip += (hosts[host].changed === 1) ? " host event" : " host eventss";
|
hosts[host].changedTip += (hosts[host].changed === 1) ? " host event" : " host events";
|
||||||
hosts[host].changedTip += " changed.";
|
hosts[host].changedTip += " changed.";
|
||||||
} else {
|
} else {
|
||||||
hosts[host].changedTip = "No host events changed.";
|
hosts[host].changedTip = "No host events changed.";
|
||||||
|
|||||||
Reference in New Issue
Block a user