hashicorp/damon

๐Ÿฆ ๐Ÿ‘๏ธ As a user, I want to see the number of running tasks from the Job View.

hcjulz opened this issue ยท 1 comments

Description

Looking at the Jobs in the Jobs View won't give a user any information about the status of the tasks: eg how many tasks are running.

Task

Add a Summary column to the Job Table such that the total number of tasks and the actual number of running tasks are visible (eg 1/2 = 1 out of 2 tasks are running).
The rows with jobs that don't have all tasks running should be displayed in another colour.

Acceptance

  • Run a Job
  • Navigate to the Jobs View
  • Hit ctrl-s and confirm to stop the running job
  • Hit ctrl-s again to confirm to start the running job
  • During the start of the job:
    • See that the number of running tasks jumps from 0/1 to 1/1 eventually.
    • See that the colour of the row changes.

Done โœ