From 16773855ed2520e9aaf344cba7b5fdd2ee1a8330 Mon Sep 17 00:00:00 2001 From: qwerty287 <80460567+qwerty287@users.noreply.github.com> Date: Thu, 18 Jul 2024 20:53:33 +0200 Subject: [PATCH] Revert pipeline list UI change (#3926) --- web/src/assets/locales/en.json | 16 +--- .../components/repo/pipeline/PipelineItem.vue | 90 ++++++++----------- 2 files changed, 43 insertions(+), 63 deletions(-) diff --git a/web/src/assets/locales/en.json b/web/src/assets/locales/en.json index 3cf2254ca..0b3cb8b27 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": { @@ -467,15 +469,5 @@ "internal_error": "Some internal error occurred", "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" + "invalid_state": "The OAuth state is invalid" } diff --git a/web/src/components/repo/pipeline/PipelineItem.vue b/web/src/components/repo/pipeline/PipelineItem.vue index c34faa5f8..18ce5d898 100644 --- a/web/src/components/repo/pipeline/PipelineItem.vue +++ b/web/src/components/repo/pipeline/PipelineItem.vue @@ -1,8 +1,8 @@