mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
fixed socket tooltip label
This commit is contained in:
parent
2424ed4832
commit
d44dcd5d1a
@ -48,7 +48,7 @@ export function JobDetailController ($location, $rootScope, $filter, $scope, $co
|
||||
}
|
||||
if (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.";
|
||||
} else {
|
||||
hosts[host].changedTip = "No host events changed.";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user