diff --git a/forge/db/models/Device.js b/forge/db/models/Device.js index 239ab38c98..bd28003ecd 100644 --- a/forge/db/models/Device.js +++ b/forge/db/models/Device.js @@ -348,7 +348,8 @@ module.exports = { } }, { model: M.ProjectSnapshot, as: 'targetSnapshot', attributes: ['id', 'hashid', 'name'] }, - { model: M.ProjectSnapshot, as: 'activeSnapshot', attributes: ['id', 'hashid', 'name'] } + { model: M.ProjectSnapshot, as: 'activeSnapshot', attributes: ['id', 'hashid', 'name'] }, + { model: M.DeviceGroup } ] } return this.findOne({ diff --git a/frontend/src/pages/device/Overview.vue b/frontend/src/pages/device/Overview.vue index 6f0f29f6bf..a9d4a81c21 100644 --- a/frontend/src/pages/device/Overview.vue +++ b/frontend/src/pages/device/Overview.vue @@ -61,6 +61,19 @@ None + + +