From ad8daa1b15ea7f0d92d2ff89ae465050d02c1438 Mon Sep 17 00:00:00 2001 From: qwerty287 Date: Thu, 18 Jul 2024 17:53:39 +0200 Subject: [PATCH 1/2] Revert pipeline list --- web/src/assets/locales/en.json | 14 +-- .../components/repo/pipeline/PipelineItem.vue | 86 ++++++++----------- 2 files changed, 40 insertions(+), 60 deletions(-) diff --git a/web/src/assets/locales/en.json b/web/src/assets/locales/en.json index 3cf2254cad..e3210cfcdf 100644 --- a/web/src/assets/locales/en.json +++ b/web/src/assets/locales/en.json @@ -242,7 +242,9 @@ "errors": "Errors ({count})", "warnings": "Warnings ({count})", "show_errors": "Show errors", - "we_got_some_errors": "Oh no, we got some errors!" + "we_got_some_errors": "Oh no, we got some errors!", + "duration": "Pipeline duration", + "created": "Created: {created}" } }, "org": { @@ -468,14 +470,4 @@ "registration_closed": "The registration is closed", "access_denied": "You are not allowed to access this instance", "invalid_state": "The OAuth state is invalid", - "by_user": "by {user}", - "pushed_to": "pushed to", - "closed": "closed", - "deployed_to": "deployed to", - "created": "created", - "triggered": "triggered", - "pipeline_duration": "Pipeline duration", - "pipeline_since": "Pipeline was created {created} minutes ago", - "pipeline_has_warnings": "The pipeline has warnings", - "pipeline_has_errors": "The pipeline has errors" } diff --git a/web/src/components/repo/pipeline/PipelineItem.vue b/web/src/components/repo/pipeline/PipelineItem.vue index c34faa5f82..18ce5d898d 100644 --- a/web/src/components/repo/pipeline/PipelineItem.vue +++ b/web/src/components/repo/pipeline/PipelineItem.vue @@ -1,8 +1,8 @@