summaryrefslogtreecommitdiffstats
path: root/oom-app-overlay/src/main/webapp/app/oom/consul/datacenter-health-service.js
diff options
context:
space:
mode:
Diffstat (limited to 'oom-app-overlay/src/main/webapp/app/oom/consul/datacenter-health-service.js')
-rw-r--r--oom-app-overlay/src/main/webapp/app/oom/consul/datacenter-health-service.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/oom-app-overlay/src/main/webapp/app/oom/consul/datacenter-health-service.js b/oom-app-overlay/src/main/webapp/app/oom/consul/datacenter-health-service.js
index 66f934e..64618c1 100644
--- a/oom-app-overlay/src/main/webapp/app/oom/consul/datacenter-health-service.js
+++ b/oom-app-overlay/src/main/webapp/app/oom/consul/datacenter-health-service.js
@@ -45,7 +45,7 @@ appDS2.factory('DatacenterHealthService', function ($http, $q, $log) {
$log.error('DatacenterService.getDatacentersHealth failed: ' + JSON.stringify(error));
return $q.reject(error.statusText);
});
- },
+ }
};
});