You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by bi...@apache.org on 2019/02/14 17:42:36 UTC

[hadoop] branch branch-3.1 updated: YARN-9295. [UI2] Fix label typo in Cluster Overview page. Contributed by Charan Hebri.

This is an automated email from the ASF dual-hosted git repository.

bibinchundatt pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 8b074e6  YARN-9295. [UI2] Fix label typo in Cluster Overview page. Contributed by Charan Hebri.
8b074e6 is described below

commit 8b074e6be814ac886c2c5dd3a4bb5f46c7f64af2
Author: bibinchundatt <bi...@apache.org>
AuthorDate: Thu Feb 14 23:08:19 2019 +0530

    YARN-9295. [UI2] Fix label typo in Cluster Overview page. Contributed by Charan Hebri.
    
    (cherry picked from commit b66d5ae9e26447113b146be0ffd81ed7d663a778)
---
 .../hadoop-yarn-ui/src/main/webapp/app/models/cluster-metric.js         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/models/cluster-metric.js b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/models/cluster-metric.js
index 4075aea..c1459b8 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/models/cluster-metric.js
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/models/cluster-metric.js
@@ -94,7 +94,7 @@ export default DS.Model.extend({
       value: this.get("decommissioningNodes") || 0
     });
     arr.push({
-      label: "Decomissioned",
+      label: "Decommissioned",
       value: this.get("decommissionedNodes")
     });
     arr.push({


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