ui: dashboard filas com maior volume em largura total
This commit is contained in:
parent
e0530299b1
commit
b01818cf5f
1 changed files with 2 additions and 5 deletions
|
|
@ -296,11 +296,8 @@ export function DashboardQueueInsights() {
|
|||
) as QueueTrendResponse | undefined
|
||||
|
||||
return (
|
||||
<div className="grid gap-6 px-4 lg:grid-cols-2 lg:px-6">
|
||||
<QueueSparklineRow
|
||||
data={queueTrend?.queues}
|
||||
isLoading={dashboardEnabled && queueTrend === undefined}
|
||||
/>
|
||||
<div className="px-4 lg:px-6">
|
||||
<QueueSparklineRow data={queueTrend?.queues} isLoading={dashboardEnabled && queueTrend === undefined} />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue