mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-07-05 12:12:29 +02:00
prettier
This commit is contained in:
@ -73,9 +73,9 @@ const MainSection = () => {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Text>
|
<Text>
|
||||||
The Teams connector allows you to index and search through your
|
The Teams connector allows you to index and search through your Teams
|
||||||
Teams channels. Once setup, all messages from the channels contained
|
channels. Once setup, all messages from the channels contained in the
|
||||||
in the specified teams will be queryable within Danswer.
|
specified teams will be queryable within Danswer.
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
<Title className="mb-2 mt-6 ml-auto mr-auto">
|
<Title className="mb-2 mt-6 ml-auto mr-auto">
|
||||||
@ -165,8 +165,8 @@ const MainSection = () => {
|
|||||||
{teamsConnectorIndexingStatuses.length > 0 && (
|
{teamsConnectorIndexingStatuses.length > 0 && (
|
||||||
<>
|
<>
|
||||||
<Text className="mb-2">
|
<Text className="mb-2">
|
||||||
The latest messages from the specified teams are
|
The latest messages from the specified teams are fetched every 10
|
||||||
fetched every 10 minutes.
|
minutes.
|
||||||
</Text>
|
</Text>
|
||||||
<div className="mb-2">
|
<div className="mb-2">
|
||||||
<ConnectorsTable<TeamsConfig, TeamsCredentialJson>
|
<ConnectorsTable<TeamsConfig, TeamsCredentialJson>
|
||||||
@ -241,8 +241,8 @@ const MainSection = () => {
|
|||||||
) : (
|
) : (
|
||||||
<Text>
|
<Text>
|
||||||
Please provide all Azure info in Step 1 first! Once you're done
|
Please provide all Azure info in Step 1 first! Once you're done
|
||||||
with that, you can then specify which teams you want to
|
with that, you can then specify which teams you want to make
|
||||||
make searchable.
|
searchable.
|
||||||
</Text>
|
</Text>
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
|
Reference in New Issue
Block a user