mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-29 01:17:24 +00:00
7 lines
250 B
JSON
7 lines
250 B
JSON
{
|
|
"name": "Customer dashboard",
|
|
"description": "Display the list of customers on a table and signups on a chart using data from a PostgreSQL database.",
|
|
"widgets": ["Table", "Chart"],
|
|
"sources": ["PostgreSQL"],
|
|
"id": "customer-dashboard"
|
|
}
|