Substitui alertas por painel de SLA
This commit is contained in:
parent
e1ec0de7a4
commit
967d4bf1c6
3 changed files with 46 additions and 8 deletions
|
|
@ -301,10 +301,6 @@ export function DashboardQueueInsights() {
|
|||
data={queueTrend?.queues}
|
||||
isLoading={dashboardEnabled && queueTrend === undefined}
|
||||
/>
|
||||
<SlaAtRiskCard
|
||||
data={overview?.awaitingAction}
|
||||
isLoading={dashboardEnabled && overview === undefined}
|
||||
/>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
@ -323,7 +319,10 @@ function QueueSparklineRow({
|
|||
<CardTitle className="text-base font-semibold">Filas com maior volume</CardTitle>
|
||||
<CardDescription>Comparativo diário de entradas x resolvidos</CardDescription>
|
||||
</div>
|
||||
<Link href="/queues/overview" className="text-sm font-semibold text-neutral-900 underline-offset-4 hover:underline">
|
||||
<Link
|
||||
href="/queues/overview"
|
||||
className="text-sm font-semibold text-[#006879] underline-offset-4 transition-colors hover:text-[#004d5a] hover:underline"
|
||||
>
|
||||
Abrir painel de filas
|
||||
</Link>
|
||||
</CardHeader>
|
||||
|
|
@ -441,7 +440,7 @@ function QueueSparklineCard({
|
|||
)
|
||||
}
|
||||
|
||||
function SlaAtRiskCard({
|
||||
export function SlaAtRiskCard({
|
||||
data,
|
||||
isLoading,
|
||||
}: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue