소스 검색

fix percentage

Gitea 4 년 전
부모
커밋
ffcb4ee788
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      client/src/pages/collections/Collections.tsx

+ 3 - 1
client/src/pages/collections/Collections.tsx

@@ -113,7 +113,9 @@ const Collections = () => {
               />
             </Link>
           ),
-          statusElement: <Status status={v._status} />,
+          statusElement: (
+            <Status status={v._status} percentage={v._loadedPercentage} />
+          ),
           indexCreatingElement: (
             <StatusIcon
               type={indexStatus?._indexState || ChildrenStatusType.FINISH}