Skip to content

Commit 5c820b0

Browse files
committed
feat: add column and gap properties to SalesDashboard configuration
1 parent 62563b3 commit 5c820b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/app-crm/src/dashboards/sales.dashboard.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ export const SalesDashboard: Dashboard = {
1414
label: 'Sales Performance',
1515
description: 'Pipeline analytics, win rate trends, and rep performance',
1616

17+
columns: 12,
18+
gap: 4,
1719
refreshInterval: 180, // 3 minutes
1820

1921
header: {

0 commit comments

Comments
 (0)