Repository: ambari Updated Branches: refs/heads/branch-2.4 34dcc20a3 -> e1e4b3cfb
AMBARI-17429. Log extension details modal in host details page appends content of previously viewed log modal content (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e1e4b3cf Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e1e4b3cf Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e1e4b3cf Branch: refs/heads/branch-2.4 Commit: e1e4b3cfbf08cf447ade61192726669409696972 Parents: 34dcc20 Author: Alex Antonenko <[email protected]> Authored: Fri Jun 24 16:50:01 2016 +0300 Committer: Alex Antonenko <[email protected]> Committed: Fri Jun 24 19:39:11 2016 +0300 ---------------------------------------------------------------------- ambari-web/app/views/common/log_tail_view.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/e1e4b3cf/ambari-web/app/views/common/log_tail_view.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/views/common/log_tail_view.js b/ambari-web/app/views/common/log_tail_view.js index d764947..4bc8c89 100644 --- a/ambari-web/app/views/common/log_tail_view.js +++ b/ambari-web/app/views/common/log_tail_view.js @@ -104,6 +104,7 @@ App.LogTailView = Em.View.extend(App.InfiniteScrollMixin, { this._super(); this.stopLogPolling(); this.unsubscribeResize(); + this.get('logRows').clear(); }, resizeHandler: function() {
