mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 04:00:06 -03:30
adding refresh button for jobs page, and capitlized Hosts in the pie chart tool tip on homepage
This commit is contained in:
@@ -64,7 +64,7 @@ angular.module('HostPieChartWidget', ['RestServices', 'Utilities'])
|
||||
.showLabels(true)
|
||||
.labelThreshold(0.01)
|
||||
.tooltipContent(function(x, y) {
|
||||
return '<b>'+x+'</b>'+ '<p>' + Math.floor(y) + ' hosts ' + '</p>';
|
||||
return '<b>'+x+'</b>'+ '<p>' + Math.floor(y) + ' Hosts ' + '</p>';
|
||||
})
|
||||
.color(['#00aa00', '#aa0000']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user