Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dify
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai-tech
dify
Commits
6f5cd4d7
Commit
6f5cd4d7
authored
Mar 12, 2024
by
crazywoola
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: retry button ui
parent
75c208e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
index.tsx
web/app/components/datasets/documents/index.tsx
+2
-2
No files found.
web/app/components/datasets/documents/index.tsx
View file @
6f5cd4d7
...
...
@@ -204,7 +204,7 @@ const Documents: FC<IDocumentsProps> = ({ datasetId }) => {
<
p
className=
{
s
.
desc
}
>
{
t
(
'datasetDocuments.list.desc'
)
}
</
p
>
</
div
>
<
div
className=
'flex flex-col px-6 py-4 flex-1'
>
<
div
className=
'flex items-center justify-between flex-wrap
gap-y-2
'
>
<
div
className=
'flex items-center justify-between flex-wrap'
>
<
Input
showPrefix
wrapperClassName=
'!w-[200px]'
...
...
@@ -212,7 +212,7 @@ const Documents: FC<IDocumentsProps> = ({ datasetId }) => {
onChange=
{
debounce
(
setSearchValue
,
500
)
}
value=
{
searchValue
}
/>
<
div
className=
'flex gap-2'
>
<
div
className=
'flex gap-2
justify-center items-center
'
>
<
div
className=
{
classNames
(
'inline-flex justify-center items-center gap-2'
,
s
.
retryBtn
)
}
>
<
WarningIcon
/>
<
span
className=
'flex shrink-0'
>
3 docs embeddings failed
</
span
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment