commit | f0577ac13cf49c5f202755257642acb682aa4692 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@onlab.us> | Mon Mar 21 17:27:42 2016 -0700 |
committer | Matteo Scandolo <teo@onlab.us> | Mon Mar 21 17:27:42 2016 -0700 |
tree | aaa442762fb4ff01f9157e1948cc520c7484db09 | |
parent | f78f450965484ddbae14d4211aaf94e2bcdb04ca [diff] [blame] |
Intercepting 500 errors and switched samples to resource id, still to be tested
diff --git a/views/ngXosViews/ceilometerDashboard/src/templates/ceilometer-dashboard.tpl.html b/views/ngXosViews/ceilometerDashboard/src/templates/ceilometer-dashboard.tpl.html index a7a3b9e..2805dbd 100644 --- a/views/ngXosViews/ceilometerDashboard/src/templates/ceilometer-dashboard.tpl.html +++ b/views/ngXosViews/ceilometerDashboard/src/templates/ceilometer-dashboard.tpl.html
@@ -99,7 +99,8 @@ {{meter.unit}} </div> <div class="col-xs-3"> - <a ui-sref="samples({name: meter.name, tenant: meter.project_id})" class="btn btn-primary"> + <!-- tenant: meter.resource_id --> + <a ui-sref="samples({name: meter.name, tenant: meter.resource_id})" class="btn btn-primary"> <i class="glyphicon glyphicon-search"></i> </a> </div>