From 73ca8608dad45dca2c09be81241603a545d265a8 Mon Sep 17 00:00:00 2001 From: Xiaoyu Yao Date: Wed, 22 Nov 2017 09:44:15 -0800 Subject: [PATCH] HDFS-12786. Ozone: add port/service names to the ksm/scm web ui. Contributed by Elek Marton. --- .../hadoop-hdfs/src/main/webapps/static/ozone.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/ozone.js b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/ozone.js index 5fb48b606d..57e1ab80c6 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/ozone.js +++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/ozone.js @@ -68,7 +68,7 @@ angular.module('ozone').component('rpcMetrics', { template: '

Rpc metrics

' + '' + + 'title="{{metric[\'tag.serverName\']}} ({{metric[\'tag.port\']}})">' + '' + '', controller: function ($http) {