Files
awx/awx/ui/client/features/output
Jake McDermott 312cf13777 Set omitted runner event line lengths to 0
runner_on_start events have zero-length strings for their stdout
fields. We don't want to display these in the ui so we omit them.
Although the stdout field is an empty string, it still has a recorded
line length of 1 that we must account for. Since we're not rendering
the blank line, we must also go back and set the event record's line
length to 0 in order to avoid deleting too many lines when we pop or
shift events off of the view while scrolling.
2019-10-19 19:18:45 -04:00
..
2018-08-10 01:15:41 -04:00
2018-05-07 02:23:39 -04:00
2018-08-08 15:15:58 -04:00
2018-11-30 11:23:15 -05:00