mirror of
https://github.com/docmost/docmost.git
synced 2026-05-25 03:42:44 +08:00
feat(confluence-api-import): show user count in import history
This commit is contained in:
@@ -110,6 +110,9 @@ function ProgressCell({ item }: { item: ConfluenceImportHistoryItem }) {
|
|||||||
<Text fz="xs" c="dimmed" style={{ whiteSpace: "nowrap" }}>
|
<Text fz="xs" c="dimmed" style={{ whiteSpace: "nowrap" }}>
|
||||||
· {item.importedSpaces}/{item.totalSpaces || "?"} spaces
|
· {item.importedSpaces}/{item.totalSpaces || "?"} spaces
|
||||||
</Text>
|
</Text>
|
||||||
|
<Text fz="xs" c="dimmed" style={{ whiteSpace: "nowrap" }}>
|
||||||
|
· {item.importedUsers}/{item.totalUsers || "?"} users
|
||||||
|
</Text>
|
||||||
</Group>
|
</Group>
|
||||||
</Stack>
|
</Stack>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user