Эх сурвалжийг харах

HUE-1221 [pig] Load back an executed script

Fixed bug with log scroll positioning
Enrico Berti 12 жил өмнө
parent
commit
a34b3b2

+ 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();