Explorar o código

HUE-1221 [pig] Load back an executed script

Fixed bug with log scroll positioning
Enrico Berti %!s(int64=12) %!d(string=hai) anos
pai
achega
a34b3b289b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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();