You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I figured out how to achieve this by creating custom plugin (using html block). I think for the Event Log itself and error labels it's actually better to trim ansi sequences. Below is the sample I did with powershell. It needs ansi-to-html though (npm install ansi-to-html -g)
When a job has run, the shell module in particular may output colorized text, using f.ex. using ANSI escape codes.
Colorizing this in the Web UI would be awesome :)
The text was updated successfully, but these errors were encountered: