mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-26 17:51:54 +01:00
parent
ca88100f38
commit
6c0a0b6454
@ -23,6 +23,7 @@ import {
|
||||
FiSettings,
|
||||
FiLock,
|
||||
FiUnlock,
|
||||
FiRefreshCw,
|
||||
} from "react-icons/fi";
|
||||
import { Tooltip } from "@/components/tooltip/Tooltip";
|
||||
import { SourceIcon } from "@/components/SourceIcon";
|
||||
@ -240,6 +241,14 @@ function ConnectorRow({
|
||||
>
|
||||
Public
|
||||
</Badge>
|
||||
) : ccPairsIndexingStatus.access_type === "sync" ? (
|
||||
<Badge
|
||||
size="md"
|
||||
color={isEditable ? "orange" : "gray"}
|
||||
icon={FiRefreshCw}
|
||||
>
|
||||
Sync
|
||||
</Badge>
|
||||
) : (
|
||||
<Badge size="md" color={isEditable ? "blue" : "gray"} icon={FiLock}>
|
||||
Private
|
||||
|
Loading…
x
Reference in New Issue
Block a user