ServiceGroup.vue shows service name, description, and status badge, but no indication of when the status was last verified. The updated_at field exists in the database. Display it as "Last checked: 2m ago" using the existing timeAgo() utility from utils/status.js.
Description
Description