mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-05 14:28:42 +00:00
9 lines
331 B
JSON
9 lines
331 B
JSON
|
|
{
|
||
|
|
"name": "Expense tracker admin",
|
||
|
|
"description": "Update and manage employee expenses centrally through an admin dashboard built with ToolJet web UI and database.",
|
||
|
|
"widgets": ["Table", "Chart"],
|
||
|
|
"sources": [{ "name": "ToolJet Database", "id": "tooljetdb" }],
|
||
|
|
"id": "expense-tracker-admin",
|
||
|
|
"category": "operations"
|
||
|
|
}
|