diff --git a/apps/web/src/routes/(dashboard)/ti/central-chamados/+page.svelte b/apps/web/src/routes/(dashboard)/ti/central-chamados/+page.svelte index 08c13ad..53b1bd5 100644 --- a/apps/web/src/routes/(dashboard)/ti/central-chamados/+page.svelte +++ b/apps/web/src/routes/(dashboard)/ti/central-chamados/+page.svelte @@ -12,6 +12,7 @@ import { useConvexWithAuth } from "$lib/hooks/useConvexWithAuth"; import { authStore } from "$lib/stores/auth.svelte"; import SlaChart from "$lib/components/chamados/SlaChart.svelte"; + import { resolve } from "$app/paths"; type Ticket = Doc<"tickets">; type Usuario = Doc<"usuarios">; @@ -631,7 +632,31 @@ // }); -
+
+ + + + +
+
+
+ + + +
+
+

Central de Chamados

+

Monitore tickets, configure SLA, atribua responsáveis e acompanhe alertas de prazos

+
+
+
+ +

Total de chamados

@@ -1480,5 +1505,6 @@
{/if} +