瀏覽代碼

YARN-10137. UIv2 build is broken in trunk. Contributed by Adam Antal

Szilard Nemeth 5 年之前
父節點
當前提交
da99ac7e93

+ 1 - 1
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/controllers/yarn-app/logs.js

@@ -75,7 +75,7 @@ export default Ember.Controller.extend({
             ) {
               let historyContainers = [];
               historyProvider.get("content").forEach(function(o) {
-                if(!containerIdArr[o[fieldName]])) {
+                if(!containerIdArr[o[fieldName]]) {
                   historyContainers.push(o);
                 }
               }.bind(this));