baleen icon indicating copy to clipboard operation
baleen copied to clipboard

Currently running status screen a bit wonky

Open bbengfort opened this issue 8 years ago • 1 comments

The status screen in currently running got a bit wonky by accident:

screenshot 2016-04-19 12 52 24

I think this was just caused by us writing updates at the same time; I made some changes and I'm sure you did too. So fixes:

  1. If running, we should hide the "Finished" row in the in the job info table.
  2. Use the "empty" modifier in the for loop for counts and errors to indicate that there are no counts or errors yet (which will generally fix the case where there are in fact, no counts and errors).
  3. Colorize the job running row and the job info panel with the info class for at a glance-running indicator.

bbengfort avatar Apr 19 '16 16:04 bbengfort

@bahadasx another blip when the job has failed:

screenshot 2016-05-11 16 31 33

There are three td in the first row, causing the table to break.

bbengfort avatar May 11 '16 20:05 bbengfort