|
@@ -55,7 +55,7 @@ App.MainHostSummaryView = Em.View.extend({
|
|
|
|
|
|
showGangliaCharts: function () {
|
|
showGangliaCharts: function () {
|
|
var name = this.get('content.hostName');
|
|
var name = this.get('content.hostName');
|
|
- var gangliaMobileUrl = App.router.get('clusterController.gangliaUrl') + "/mobile_helper.php?show_host_metrics=1&h=" + name + "&c=HDPNameNode&r=hour&cs=&ce=";
|
|
|
|
|
|
+ var gangliaMobileUrl = App.router.get('clusterController.gangliaUrl') + "/mobile_helper.php?show_host_metrics=1&h=" + name + "&c=HDPSlaves&r=hour&cs=&ce=";
|
|
window.open(gangliaMobileUrl);
|
|
window.open(gangliaMobileUrl);
|
|
},
|
|
},
|
|
|
|
|