Rename menus: 'Acessos', 'Filas', 'Produtividade'; add agent productivity section with bar chart; adjust CSV label; update channels page title
This commit is contained in:
parent
347609a186
commit
67df0d4308
8 changed files with 150 additions and 13 deletions
|
|
@ -67,7 +67,7 @@ export async function GET(request: Request) {
|
|||
})
|
||||
|
||||
const rows: Array<Array<unknown>> = []
|
||||
rows.push(["Relatório", "SLA e produtividade"])
|
||||
rows.push(["Relatório", "Produtividade"])
|
||||
rows.push(["Período", report.rangeDays ? `Últimos ${report.rangeDays} dias` : (range ?? "90d")])
|
||||
if (companyId) rows.push(["EmpresaId", companyId])
|
||||
rows.push([])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue