Skip to content
Snippets Groups Projects
Commit e03ce0ae authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

no color in rc column for running jobs

parent 696bd4da
No related branches found
No related tags found
1 merge request!15no color in rc column for running jobs
......@@ -223,7 +223,7 @@ class cronlogrenderer extends cronlog{
.$aEntry['SCRIPTTTL']
.$sTtlHr
.'</td>'
. '<td class="'.($aEntry['SCRIPTRC']>0 ? 'message-error' : 'message-ok' ).'">'
. '<td class="'.($aEntry['SCRIPTRC'] ? ($aEntry['SCRIPTRC']>0 ? 'message-error' : 'message-ok') : '' ).'">'
.($aEntry['SCRIPTRC'] ? $aEntry['SCRIPTRC'] : '⏳')
.'</td>'
. '<td class="'.($iNextRunWarn < date("U")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment