Skip to content

Commit

Permalink
fix: pod TTL display in inspection pages
Browse files Browse the repository at this point in the history
  • Loading branch information
fdewas-aneo authored and ngruelaneo committed Dec 16, 2024
1 parent 57f53cb commit ae344d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/tasks/services/tasks-inspection.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ export class TasksInspectionService extends InspectionService<TaskRaw> {
key: 'podHostname'
},
{
key: 'podTtl'
key: 'podTtl',
type: 'date',
},
{
key: 'creationToEndDuration',
Expand Down

0 comments on commit ae344d4

Please sign in to comment.