Skip to content
Snippets Groups Projects

OP#7365 PHP-8.1 - Upgrade - cronlog Viewer (monitors.ascii)https://projects.iml.unibe.ch/work_packages/7365

Merged Hahn Axel (hahn) requested to merge freshup-php into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -591,6 +591,9 @@ class cronlogrenderer extends cronlog
// Create a Timeline
var timeline = new vis.Timeline(container, items, options);
// set focus to newest jobs
timeline.moveTo("'.date("Y-m-d H:i:s", time()-60*60*24*4).'");
// fix: some timelines do not properly work ... but I make them visible
$(\'#' . $sDivId . ' .vis-timeline\').css(\'visibility\', \'visible\');
Loading