commit | 78b8045c38957f7e74d96ee2c1979f6c33563b91 | [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 | 449d7fa01c3dd0a6a0de1c7064b6cb838c223fde | |
parent | 6fda4cba6f3406d22d15c34adf7ba4d3d0a060a2 [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>