From 88d2486ab2ff0d792ce1ef8120af31ea87e8e29a Mon Sep 17 00:00:00 2001 From: qwerty287 <80460567+qwerty287@users.noreply.github.com> Date: Tue, 21 Mar 2023 17:31:24 +0100 Subject: [PATCH] Various UI improvements (#1663) https://github.com/woodpecker-ci/woodpecker/issues/1314#issuecomment-1475128683 https://github.com/woodpecker-ci/woodpecker/issues/1314#issuecomment-1477858832 (2.) and the last two tasks from https://github.com/woodpecker-ci/woodpecker/issues/1314#issue-1418804461 --------- Co-authored-by: Anbraten --- web/src/assets/locales/en.json | 4 ++++ .../admin/settings/AdminQueueTab.vue | 9 +++----- .../repo/pipeline/PipelineStepList.vue | 2 +- .../components/repo/settings/ActionsTab.vue | 22 +++++++++++++++++++ web/src/views/repo/pipeline/Pipeline.vue | 4 ++-- 5 files changed, 32 insertions(+), 9 deletions(-) diff --git a/web/src/assets/locales/en.json b/web/src/assets/locales/en.json index c4e7a383e..b610d7b21 100644 --- a/web/src/assets/locales/en.json +++ b/web/src/assets/locales/en.json @@ -213,6 +213,10 @@ "disable": "Disable repository", "success": "Repository disabled" }, + "enable": { + "enable": "Enable repository", + "success": "Repository enabled" + }, "delete": { "delete": "Delete repository", "confirm": "All data will be lost after this action!!!\n\nDo you really want to proceed?", diff --git a/web/src/components/admin/settings/AdminQueueTab.vue b/web/src/components/admin/settings/AdminQueueTab.vue index 70c6636a6..b38e849cd 100644 --- a/web/src/components/admin/settings/AdminQueueTab.vue +++ b/web/src/components/admin/settings/AdminQueueTab.vue @@ -65,12 +65,9 @@ {{ task.id }} - +
-
+