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:39:33 UTC

[hadoop] branch trunk 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 trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


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

commit b66d5ae9e26447113b146be0ffd81ed7d663a778
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.
---
 .../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