mirror of
https://github.com/ansible/awx.git
synced 2026-03-27 22:05:07 -02:30
Fixed JS lint errors.
This commit is contained in:
@@ -1128,9 +1128,6 @@ function($rootScope, $log, UpdatePlayStatus, UpdateHostStatus, AddHostResult, Ge
|
|||||||
resize = params.resize,
|
resize = params.resize,
|
||||||
width, height, svg_height, svg_width, svg_radius, svg, graph_data = [];
|
width, height, svg_height, svg_width, svg_radius, svg, graph_data = [];
|
||||||
|
|
||||||
console.log('drawing graph');
|
|
||||||
console.log(scope.host_summary);
|
|
||||||
|
|
||||||
// Ready the data
|
// Ready the data
|
||||||
if (scope.host_summary.ok) {
|
if (scope.host_summary.ok) {
|
||||||
graph_data.push({
|
graph_data.push({
|
||||||
|
|||||||
Reference in New Issue
Block a user