Add background and run count to actions list page (#36707)
Use flex-container layout and wrap the actions runs list with `ui top attached header` and `ui attached segment` to add a background. Display the total workflow run count in the header. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -3674,6 +3674,8 @@
|
||||
"actions.runners.reset_registration_token_confirm": "Would you like to invalidate the current token and generate a new one?",
|
||||
"actions.runners.reset_registration_token_success": "Runner registration token reset successfully",
|
||||
"actions.runs.all_workflows": "All Workflows",
|
||||
"actions.runs.workflow_run_count_1": "%d workflow run",
|
||||
"actions.runs.workflow_run_count_n": "%d workflow runs",
|
||||
"actions.runs.commit": "Commit",
|
||||
"actions.runs.scheduled": "Scheduled",
|
||||
"actions.runs.pushed_by": "pushed by",
|
||||
|
||||
Reference in New Issue
Block a user