Baptiste Devessier
2025-04-24 11:33:17 +02:00
committed by GitHub
parent 0083569606
commit cc211550ae
26 changed files with 1216 additions and 550 deletions

View File

@ -145,7 +145,7 @@ export const useRecordShowContainerTabs = (
tabs: {
workflow: {
title: 'Flow',
position: 0,
position: 101,
Icon: IconSettings,
cards: [{ type: CardType.WorkflowCard }],
hide: {
@ -168,7 +168,7 @@ export const useRecordShowContainerTabs = (
tabs: {
workflowVersion: {
title: 'Flow',
position: 0,
position: 101,
Icon: IconSettings,
cards: [{ type: CardType.WorkflowVersionCard }],
hide: {
@ -190,7 +190,7 @@ export const useRecordShowContainerTabs = (
tabs: {
workflowRun: {
title: 'Flow',
position: 0,
position: 101,
Icon: IconSettings,
cards: [{ type: CardType.WorkflowRunCard }],
hide: {