We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62563b3 commit 5c820b0Copy full SHA for 5c820b0
1 file changed
examples/app-crm/src/dashboards/sales.dashboard.ts
@@ -14,6 +14,8 @@ export const SalesDashboard: Dashboard = {
14
label: 'Sales Performance',
15
description: 'Pipeline analytics, win rate trends, and rep performance',
16
17
+ columns: 12,
18
+ gap: 4,
19
refreshInterval: 180, // 3 minutes
20
21
header: {
0 commit comments