commit | 7de629e7491fca4a33113ff3363d1e6a8ebdbbe2 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@onlab.us> | Thu Mar 10 08:59:27 2016 -0800 |
committer | Matteo Scandolo <teo@onlab.us> | Thu Mar 10 08:59:27 2016 -0800 |
tree | c448f08bf6ecd1271fe4e9c1834e8fd2fea663ba | |
parent | a52654f9f0e3be8e85f9139ab263b998b541ddda [diff] [blame] |
Fixed customer care label position
diff --git a/views/ngXosViews/diagnostic/src/js/chart_data_service.js b/views/ngXosViews/diagnostic/src/js/chart_data_service.js index 19825a1..5d65b2b 100644 --- a/views/ngXosViews/diagnostic/src/js/chart_data_service.js +++ b/views/ngXosViews/diagnostic/src/js/chart_data_service.js
@@ -203,8 +203,7 @@ p = Tenant.queryVsgInstances(param[service.name]).$promise .then((instances) => { - - return Ceilometer.getInstancesStats(instances); + return Ceilometer.getInstancesStats(lodash.uniq(instances)); }); }