mirror of
https://github.com/langgenius/dify.git
synced 2026-04-30 07:28:05 +08:00
feat: add online users to skills
This commit is contained in:
@ -24,6 +24,7 @@ import {
|
||||
WorkflowContextProvider,
|
||||
} from '@/app/components/workflow/context'
|
||||
import { HeaderShell } from '@/app/components/workflow/header'
|
||||
import OnlineUsers from '@/app/components/workflow/header/online-users'
|
||||
import { useStore, useWorkflowStore } from '@/app/components/workflow/store'
|
||||
import { useTriggerStatusStore } from '@/app/components/workflow/store/trigger-status'
|
||||
import {
|
||||
@ -134,6 +135,9 @@ const WorkflowViewContent = ({
|
||||
<div className="flex items-center gap-2">
|
||||
{viewPicker}
|
||||
</div>
|
||||
<div className="flex items-center gap-2">
|
||||
<OnlineUsers />
|
||||
</div>
|
||||
</div>
|
||||
</HeaderShell>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user