diff --git a/web/app/components/workflow/run/node.tsx b/web/app/components/workflow/run/node.tsx index 9ca55a3d84..51fa5def8b 100644 --- a/web/app/components/workflow/run/node.tsx +++ b/web/app/components/workflow/run/node.tsx @@ -58,7 +58,7 @@ const NodePanel: FC = ({ nodeInfo, className, hideInfo = false }) => { !collapseState && 'rotate-90', )} /> - +
{nodeInfo.title}
{nodeInfo.status !== 'running' && !hideInfo && (
{`${getTime(nodeInfo.elapsed_time || 0)} ยท ${getTokenCount(nodeInfo.execution_metadata?.total_tokens || 0)} tokens`}