From b0f4d0452dbb69182b193d36daeffd7032a5d2cd Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Mon, 7 Jul 2014 18:37:58 -0400 Subject: [PATCH] Dashboard Temporarily remove GET on /config --- awx/ui/static/js/widgets/HostGraph.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/awx/ui/static/js/widgets/HostGraph.js b/awx/ui/static/js/widgets/HostGraph.js index 06fac60c36..cae63d12bf 100644 --- a/awx/ui/static/js/widgets/HostGraph.js +++ b/awx/ui/static/js/widgets/HostGraph.js @@ -34,7 +34,7 @@ angular.module('HostGraphWidget', ['RestServices', 'Utilities']) element.html(html); $compile(element)(scope); - url = GetBasePath('config'); + /*url = GetBasePath('config'); Rest.setUrl(url); Rest.get() @@ -45,8 +45,9 @@ angular.module('HostGraphWidget', ['RestServices', 'Utilities']) .error(function (data, status) { ProcessErrors(scope, data, status, null, { hdr: 'Error!', msg: 'Failed to get: ' + url + ' GET returned: ' + status }); - }); + });*/ + scope.$emit('licenseCountReady', 10); if (scope.removeLicenseCountReady) { scope.removeLicenseCountReady();