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
Since tasks and deployments both have similar fields, it would be possible to show the duration of a task on the tasks page, similar to how the deployments page lists this.
Since tasks and deployments both have similar fields, it would be possible to show the duration of a task on the tasks page, similar to how the deployments page lists this.
The tasks query would just need to be extended to include the
started
andcompleted
fields (https://github.com/uselagoon/lagoon-ui/blob/main/src/lib/query/EnvironmentWithTasks.js#L62-L69)The tasks page then just needs to be updated with a duration column similar to deployments (https://github.com/uselagoon/lagoon-ui/blob/main/src/components/Deployments/index.tsx#L74)
The text was updated successfully, but these errors were encountered: