Add running jobs
Compare changes
+ 57
− 37
@@ -99,7 +99,7 @@ class cronlogrenderer extends cronlog{
@@ -99,7 +99,7 @@ class cronlogrenderer extends cronlog{
@@ -195,16 +195,24 @@ class cronlogrenderer extends cronlog{
@@ -195,16 +195,24 @@ class cronlogrenderer extends cronlog{
$sColStatus.='<li><abbr title="'.$aErr[1].'">'.$this->t('status-error').': '.$aErr[0].'</abbr></li>';
$sHtml.='<tr onclick="showFile(\''.$aEntry['logfile'].'\');" title="'.sprintf($this->t('row-click-show-logfile'), $aEntry['logfile']).'">'
@@ -246,29 +254,32 @@ class cronlogrenderer extends cronlog{
@@ -246,29 +254,32 @@ class cronlogrenderer extends cronlog{
. ($iErrors ? '<a href="#" class="btn bg-danger" onclick="'.$this->_filterDatatable($sIdTable, $this->t('status-error')).'"><i class="fas fa-exclamation-circle"></i> ' . $iErrors.'</a> ' : '')
. ( $iOK ? '<a href="#" class="btn bg-success" onclick="'.$this->_filterDatatable($sIdTable, $this->t('status-ok')).'"><i class="fas fa-check"></i> ' . $iOK.'</a>' : '')
. ($iErrors && $iOK ? ' ... '.$this->t('total').': <a href="#" class="btn bg-gray" onclick="'.$this->_filterDatatable($sIdTable, "").'"><i class="fas fa-th-large"></i> ' . count($aData).'</a>' : '' )
@@ -278,11 +289,17 @@ class cronlogrenderer extends cronlog{
@@ -278,11 +289,17 @@ class cronlogrenderer extends cronlog{
@@ -400,14 +417,17 @@ class cronlogrenderer extends cronlog{
@@ -400,14 +417,17 @@ class cronlogrenderer extends cronlog{