diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 042fd549a0..59026a4851 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -3697,6 +3697,7 @@ runs.no_workflows.documentation = For more information on Gitea Actions, see diff --git a/web_src/js/components/RepoActionView.vue b/web_src/js/components/RepoActionView.vue index 48c3504022..12affddf83 100644 --- a/web_src/js/components/RepoActionView.vue +++ b/web_src/js/components/RepoActionView.vue @@ -351,10 +351,12 @@ export function initRepositoryActionView() { artifactsTitle: el.getAttribute('data-locale-artifacts-title'), areYouSure: el.getAttribute('data-locale-are-you-sure'), confirmDeleteArtifact: el.getAttribute('data-locale-confirm-delete-artifact'), + runDetails: el.getAttribute('data-locale-runs-details'), showTimeStamps: el.getAttribute('data-locale-show-timestamps'), showLogSeconds: el.getAttribute('data-locale-show-log-seconds'), showFullScreen: el.getAttribute('data-locale-show-full-screen'), downloadLogs: el.getAttribute('data-locale-download-logs'), + workflowFile: el.getAttribute('data-locale-workflow-file'), status: { unknown: el.getAttribute('data-locale-status-unknown'), waiting: el.getAttribute('data-locale-status-waiting'), @@ -422,14 +424,14 @@ export function initRepositoryActionView() { -
+
- Run details + {{ locale.runDetails }}