Repository: hadoop
Updated Branches:
  refs/heads/HDFS-7240 a20a3fefb -> 3357ece1b


HDFS-12786. Ozone: add port/service names to the ksm/scm web ui. Contributed by 
Elek Marton.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3357ece1
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/3357ece1
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/3357ece1

Branch: refs/heads/HDFS-7240
Commit: 3357ece1b1d0c5ac596b286313a056f2b99864bd
Parents: a20a3fe
Author: Xiaoyu Yao <x...@apache.org>
Authored: Wed Nov 22 09:44:15 2017 -0800
Committer: Xiaoyu Yao <x...@apache.org>
Committed: Wed Nov 22 09:44:15 2017 -0800

----------------------------------------------------------------------
 hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/ozone.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/3357ece1/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/ozone.js
----------------------------------------------------------------------
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 5fb48b6..57e1ab8 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: '<h1>Rpc metrics</h1><tabs>' +
         '<pane ng-repeat="metric in $ctrl.metrics" ' +
-        'title="Port {{metric[\'tag.port\']}}">' +
+        'title="{{metric[\'tag.serverName\']}} ({{metric[\'tag.port\']}})">' +
         '<rpc-metric jmxdata="metric"></rpc-metric></pane>' +
         '</tabs>',
         controller: function ($http) {


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to