Repository: ambari Updated Branches: refs/heads/trunk 8b7902240 -> 8e7220315
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/8e722031 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8e722031 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8e722031 Branch: refs/heads/trunk Commit: 8e7220315e8766d07d84d62ffbc7fcf5a3460734 Parents: 8b79022 Author: Alex Antonenko <[email protected]> Authored: Fri Jun 24 16:50:01 2016 +0300 Committer: Alex Antonenko <[email protected]> Committed: Fri Jun 24 19:40:56 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/8e722031/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() {
