Dashboard

Temporarily remove GET on /config
This commit is contained in:
Chris Houseknecht
2014-07-07 18:37:58 -04:00
parent 20acb2ca9e
commit b0f4d0452d

View File

@@ -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();