From 85df2434cb10fe3ecfda7c2b621b1baa4a902ab8 Mon Sep 17 00:00:00 2001 From: Tobias Soloschenko Date: Wed, 6 Sep 2023 09:35:07 +0200 Subject: [PATCH] feat: cleanup task executions older than x days Resolves #1949 --- .../tools/cleanup/cleanup.component.html | 47 +++++++++++++++++-- .../tools/cleanup/cleanup.component.spec.ts | 14 ------ .../manage/tools/cleanup/cleanup.component.ts | 35 ++++++++++---- ui/src/app/manage/tools/tools.component.html | 12 ++--- ui/src/app/manage/tools/tools.component.ts | 5 +- ui/src/app/shared/api/task.service.ts | 23 ++++----- .../tasks/cleanup/cleanup.component.ts | 2 +- ui/src/assets/i18n/de.json | 12 +++-- ui/src/assets/i18n/en.json | 12 +++-- ui/src/assets/i18n/ru.json | 12 +++-- 10 files changed, 116 insertions(+), 58 deletions(-) diff --git a/ui/src/app/manage/tools/cleanup/cleanup.component.html b/ui/src/app/manage/tools/cleanup/cleanup.component.html index ae1ad93d9..020ef7682 100644 --- a/ui/src/app/manage/tools/cleanup/cleanup.component.html +++ b/ui/src/app/manage/tools/cleanup/cleanup.component.html @@ -1,9 +1,48 @@ -