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