瀏覽代碼

fix percentage

Gitea 3 年之前
父節點
當前提交
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}