mirror of
https://github.com/ansible/awx.git
synced 2026-05-21 15:57:52 -02:30
linted previous 2 pushes
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
angular.module('HostGraphWidget', ['RestServices', 'Utilities'])
|
||||
.factory('HostGraph', ['$rootScope', '$compile', '$location', 'Rest', 'GetBasePath', 'ProcessErrors', 'Wait',
|
||||
function ($rootScope, $compile, $location, Rest, GetBasePath, ProcessErrors, Wait) {
|
||||
function ($rootScope, $compile, $location, Rest, GetBasePath, ProcessErrors) {
|
||||
return function (params) {
|
||||
|
||||
var scope = params.scope,
|
||||
@@ -45,7 +45,7 @@ angular.module('HostGraphWidget', ['RestServices', 'Utilities'])
|
||||
});
|
||||
|
||||
//return license;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
function makeHostCountGraph(license){
|
||||
@@ -54,7 +54,7 @@ angular.module('HostGraphWidget', ['RestServices', 'Utilities'])
|
||||
|
||||
//d3.json("static/js/jobstatusdata.json",function(error,data) {
|
||||
d3.json(url, function(error,data) {
|
||||
// console.log(data);
|
||||
|
||||
graphData = [
|
||||
{
|
||||
"key" : "Hosts" ,
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
angular.module('JobStatusGraphWidget', ['RestServices', 'Utilities'])
|
||||
.factory('JobStatusGraph', ['$rootScope', '$compile', '$location' , 'Rest', 'GetBasePath', 'ProcessErrors', 'Wait',
|
||||
function ($rootScope, $compile , $location, Rest, GetBasePath, ProcessErrors, Wait) {
|
||||
function ($rootScope, $compile , $location, Rest, GetBasePath) {
|
||||
return function (params) {
|
||||
|
||||
var scope = params.scope,
|
||||
|
||||
Reference in New Issue
Block a user