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

16 lines
371 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",
2024-05-03 12:14:11 +00:00
"category": "human-resources"
}