feat: Add live report for teams (#10849)

This commit is contained in:
Pranav
2025-03-12 16:03:09 -07:00
committed by GitHub
parent 29158e32fe
commit 7e54b13a8b
12 changed files with 453 additions and 265 deletions

View File

@@ -476,6 +476,18 @@
"STATUS": "Status"
}
},
"TEAM_CONVERSATIONS": {
"ALL_TEAMS": "All Teams",
"HEADER": "Conversations by teams",
"LOADING_MESSAGE": "Loading team metrics...",
"NO_TEAMS": "There is no data available",
"TABLE_HEADER": {
"TEAM": "Team",
"OPEN": "Open",
"UNATTENDED": "Unattended",
"STATUS": "Status"
}
},
"AGENT_STATUS": {
"HEADER": "Agent status",
"ONLINE": "Online",