浏览代码

support copy segmentIds (#420)

Signed-off-by: ryjiang <jiangruiyi@gmail.com>
ryjiang 1 年之前
父节点
当前提交
2fe67fc824
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      client/src/pages/segments/Segments.tsx

+ 2 - 0
client/src/pages/segments/Segments.tsx

@@ -109,12 +109,14 @@ const Segments = () => {
       id: 'segmentID',
       align: 'left',
       disablePadding: false,
+      needCopy: true,
       label: collectionTrans('segmentID'),
     },
     {
       id: 'partitionID',
       align: 'left',
       disablePadding: false,
+      needCopy: true,
       label: collectionTrans('partitionID'),
     },
     {