|
@@ -107,13 +107,7 @@ App.MainChartsHeatmapController = Em.Controller.extend({
|
|
|
}
|
|
|
}
|
|
|
}.observes('inputMaximum'),
|
|
|
- /**
|
|
|
- * route on host detail page
|
|
|
- * @param event
|
|
|
- */
|
|
|
- routeHostDetail: function (event) {
|
|
|
- App.router.transitionTo('main.hosts.hostDetails.summary', event.context)
|
|
|
- },
|
|
|
+
|
|
|
showHeatMapMetric: function (event) {
|
|
|
var metricItem = event.context;
|
|
|
if (metricItem) {
|
|
@@ -148,4 +142,4 @@ App.MainChartsHeatmapController = Em.Controller.extend({
|
|
|
return "span4";
|
|
|
}
|
|
|
}.property('cluster')
|
|
|
-});
|
|
|
+});
|