gitea源码

view_component.tmpl 1.8KB

1234567891011121314151617181920212223242526272829303132
  1. <div id="repo-action-view"
  2. data-run-index="{{.RunIndex}}"
  3. data-job-index="{{.JobIndex}}"
  4. data-actions-url="{{.ActionsURL}}"
  5. data-locale-approve="{{ctx.Locale.Tr "repo.diff.review.approve"}}"
  6. data-locale-cancel="{{ctx.Locale.Tr "actions.runs.cancel"}}"
  7. data-locale-rerun="{{ctx.Locale.Tr "rerun"}}"
  8. data-locale-rerun-all="{{ctx.Locale.Tr "rerun_all"}}"
  9. data-locale-runs-scheduled="{{ctx.Locale.Tr "actions.runs.scheduled"}}"
  10. data-locale-runs-commit="{{ctx.Locale.Tr "actions.runs.commit"}}"
  11. data-locale-runs-pushed-by="{{ctx.Locale.Tr "actions.runs.pushed_by"}}"
  12. data-locale-status-unknown="{{ctx.Locale.Tr "actions.status.unknown"}}"
  13. data-locale-status-waiting="{{ctx.Locale.Tr "actions.status.waiting"}}"
  14. data-locale-status-running="{{ctx.Locale.Tr "actions.status.running"}}"
  15. data-locale-status-success="{{ctx.Locale.Tr "actions.status.success"}}"
  16. data-locale-status-failure="{{ctx.Locale.Tr "actions.status.failure"}}"
  17. data-locale-status-cancelled="{{ctx.Locale.Tr "actions.status.cancelled"}}"
  18. data-locale-status-skipped="{{ctx.Locale.Tr "actions.status.skipped"}}"
  19. data-locale-status-blocked="{{ctx.Locale.Tr "actions.status.blocked"}}"
  20. data-locale-artifacts-title="{{ctx.Locale.Tr "artifacts"}}"
  21. data-locale-artifact-expired="{{ctx.Locale.Tr "expired"}}"
  22. data-locale-confirm-delete-artifact="{{ctx.Locale.Tr "confirm_delete_artifact"}}"
  23. data-locale-show-timestamps="{{ctx.Locale.Tr "show_timestamps"}}"
  24. data-locale-show-log-seconds="{{ctx.Locale.Tr "show_log_seconds"}}"
  25. data-locale-show-full-screen="{{ctx.Locale.Tr "show_full_screen"}}"
  26. data-locale-download-logs="{{ctx.Locale.Tr "download_logs"}}"
  27. data-locale-logs-always-auto-scroll="{{ctx.Locale.Tr "actions.logs.always_auto_scroll"}}"
  28. data-locale-logs-always-expand-running="{{ctx.Locale.Tr "actions.logs.always_expand_running"}}"
  29. >
  30. </div>