8495 workflow display relevant columns in workflow related tables (#8502)

## After
### Workflows

![image](https://github.com/user-attachments/assets/535e0ff5-1276-41b9-aa52-d66150cd85ae)
### WorkflowRuns

![image](https://github.com/user-attachments/assets/8a7e076b-53ec-4b72-97d8-41bd77ed59ac)
### WorkflowVersions

![image](https://github.com/user-attachments/assets/7d2566b2-e6ea-4a3a-8e88-0f6850203219)

## Change Created By into Executed By in workflowRuns

![image](https://github.com/user-attachments/assets/b90b7a07-a4bc-4bd2-b7f5-ab7d2ae6ee45)
This commit is contained in:
martmull
2024-11-15 11:13:36 +01:00
committed by GitHub
parent a2a272fed4
commit 4f99b8eea1
10 changed files with 104 additions and 15 deletions

View File

@ -27,6 +27,7 @@ export const RightDrawerWorkflowSelectActionContent = ({
<StyledActionListContainer>
{ACTIONS.map((action) => (
<MenuItem
key={action.type}
LeftIcon={action.icon}
text={action.label}
onClick={() => {

View File

@ -37,6 +37,7 @@ export const RightDrawerWorkflowSelectTriggerTypeContent = ({
<StyledActionListContainer>
{TRIGGER_TYPES.map((action) => (
<MenuItem
key={action.type}
LeftIcon={action.icon}
text={action.label}
onClick={async () => {