Skip to content

Commit f4a24b0

Browse files
authored
Merge pull request #7013 from FlowFuse/device-count-user-overview
Show device counts on user overview
2 parents cea41b4 + 0f6fec0 commit f4a24b0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

forge/db/views/Team.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ module.exports = function (app) {
105105
suspended: d.Team.suspended,
106106
role: d.role,
107107
instanceCount: d.projectCount,
108+
deviceCount: d.deviceCount,
108109
memberCount: d.memberCount,
109110
links: d.Team.links
110111
}

0 commit comments

Comments
 (0)