ToolJet/server/templates/expense-tracker-admin/manifest.json

16 lines
366 B
JSON
Raw Normal View History

{
"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"
}