YARN-9295. [UI2] Fix label typo in Cluster Overview page. Contributed by Charan Hebri.
(cherry picked from commit b66d5ae9e2
)
This commit is contained in:
parent
cc0ef524d9
commit
8b074e6be8
|
@ -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({
|
||||
|
|
Loading…
Reference in New Issue