added subtree note count into info widget

This commit is contained in:
zadam
2021-03-14 20:47:33 +01:00
parent cd3f8a41af
commit ec2f8ec796
2 changed files with 11 additions and 4 deletions

View File

@@ -50,7 +50,8 @@ function getSubtreeSize(req) {
)`);
return {
subTreeSize
subTreeSize,
subTreeNoteCount: subTreeNoteIds.length
};
}