wwf
2 天以前 a430284aa21e3ae1f0d5654e55b2ad2852519cc2
app/components/workflow/header/running-title.tsx
@@ -10,11 +10,11 @@
  const historyWorkflowData = useStore(s => s.historyWorkflowData)
  return (
    <div className='flex h-[18px] items-center text-xs text-gray-500'>
      <ClockPlay className='mr-1 h-3 w-3 text-gray-500' />
    <div className='flex items-center h-[18px] text-xs text-gray-500'>
      <ClockPlay className='mr-1 w-3 h-3 text-gray-500' />
      <span>{isChatMode ? `Test Chat#${historyWorkflowData?.sequence_number}` : `Test Run#${historyWorkflowData?.sequence_number}`}</span>
      <span className='mx-1'>·</span>
      <span className='ml-1 flex h-[18px] items-center rounded-[5px] border border-indigo-300 bg-white/[0.48] px-1 text-[10px] font-semibold uppercase text-indigo-600'>
      <span className='ml-1 uppercase flex items-center px-1 h-[18px] rounded-[5px] border border-indigo-300 bg-white/[0.48] text-[10px] font-semibold text-indigo-600'>
        {t('workflow.common.viewOnly')}
      </span>
    </div>