YARN-9295. [UI2] Fix label typo in Cluster Overview page. Contributed by Charan Hebri.

This commit is contained in:
bibinchundatt 2019-02-14 23:08:19 +05:30
parent 134ae8fc80
commit b66d5ae9e2

View File

@ -94,7 +94,7 @@ export default DS.Model.extend({
value: this.get("decommissioningNodes") || 0 value: this.get("decommissioningNodes") || 0
}); });
arr.push({ arr.push({
label: "Decomissioned", label: "Decommissioned",
value: this.get("decommissionedNodes") value: this.get("decommissionedNodes")
}); });
arr.push({ arr.push({