diff --git a/web/src/assets/locales/en.json b/web/src/assets/locales/en.json index bbb791cd98..1c3df76310 100644 --- a/web/src/assets/locales/en.json +++ b/web/src/assets/locales/en.json @@ -241,6 +241,7 @@ "exit_code": "Exit Code {exitCode}", "loading": "Loading…", "pipeline": "Pipeline #{pipelineId}", + "log_title": "Step Logs", "log_download_error": "There was an error while downloading the log file", "actions": { "cancel": "Cancel", diff --git a/web/src/components/repo/pipeline/PipelineLog.vue b/web/src/components/repo/pipeline/PipelineLog.vue index 55d36fb907..23ae5c0439 100644 --- a/web/src/components/repo/pipeline/PipelineLog.vue +++ b/web/src/components/repo/pipeline/PipelineLog.vue @@ -13,22 +13,27 @@ @mouseover="showActions = true" @mouseleave="showActions = false" > -