mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 21:20:08 -03:30
Dashboard
Temporarily remove GET on /config
This commit is contained in:
@@ -34,7 +34,7 @@ angular.module('HostGraphWidget', ['RestServices', 'Utilities'])
|
|||||||
element.html(html);
|
element.html(html);
|
||||||
$compile(element)(scope);
|
$compile(element)(scope);
|
||||||
|
|
||||||
url = GetBasePath('config');
|
/*url = GetBasePath('config');
|
||||||
|
|
||||||
Rest.setUrl(url);
|
Rest.setUrl(url);
|
||||||
Rest.get()
|
Rest.get()
|
||||||
@@ -45,8 +45,9 @@ angular.module('HostGraphWidget', ['RestServices', 'Utilities'])
|
|||||||
.error(function (data, status) {
|
.error(function (data, status) {
|
||||||
ProcessErrors(scope, data, status, null, { hdr: 'Error!',
|
ProcessErrors(scope, data, status, null, { hdr: 'Error!',
|
||||||
msg: 'Failed to get: ' + url + ' GET returned: ' + status });
|
msg: 'Failed to get: ' + url + ' GET returned: ' + status });
|
||||||
});
|
});*/
|
||||||
|
|
||||||
|
scope.$emit('licenseCountReady', 10);
|
||||||
|
|
||||||
if (scope.removeLicenseCountReady) {
|
if (scope.removeLicenseCountReady) {
|
||||||
scope.removeLicenseCountReady();
|
scope.removeLicenseCountReady();
|
||||||
|
|||||||
Reference in New Issue
Block a user