Skip to content

Commit

Permalink
fix(orchestrator): rename column in workflow runs table (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorSoffer authored Dec 10, 2024
1 parent f251a6d commit cea6963
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions workspaces/orchestrator/.changeset/modern-feet-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@red-hat-developer-hub/backstage-plugin-orchestrator': patch
---

workflow runs list view - rename name column
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const WorkflowRunsTabContent = () => {
sorting: false,
},
{
title: 'Name',
title: 'Workflow name',
field: 'name',
},
{
Expand Down

0 comments on commit cea6963

Please sign in to comment.