소스 검색

HUE-1221 [pig] Load back an executed script

Fixed bug with log scroll positioning
Enrico Berti 12 년 전
부모
커밋
a34b3b289b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      apps/pig/src/pig/templates/app.mako

+ 1 - 0
apps/pig/src/pig/templates/app.mako

@@ -666,6 +666,7 @@ ${ commonheader(_('Pig'), "pig", user, "100px") | n,unicode }
 
     var logsRefreshInterval;
     $(document).on("startLogsRefresh", function () {
+      logsAtEnd = true;
       window.clearInterval(logsRefreshInterval);
       $("#withLogs").text("");
       refreshLogs();