Initial commit

This commit is contained in:
root
2026-01-19 17:44:46 +01:00
commit 823af8b11d
8721 changed files with 1130846 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
[
{
"rows": [
[
{
"name": "name"
},
{
"name": "isActive"
}
],
[
{
"name": "targetType"
},
{
"name": "category"
}
],
[
{
"name": "description"
}
]
]
},
{
"label": "",
"rows": [
[
{
"name": "flowchart",
"fullWidth": true,
"customLabel": "",
"noLabel": true
}
]
]
}
]

View File

@@ -0,0 +1,30 @@
[
{
"label": "",
"rows": [
[
{
"name": "name"
}
],
[
{
"name": "targetType"
}
],
[
{
"name": "isActive"
},
{
"name": "category"
}
],
[
{
"name": "description"
}
]
]
}
]

View File

@@ -0,0 +1,6 @@
[
"createdAt",
"targetType",
"assignedUser",
"teams"
]

View File

@@ -0,0 +1,14 @@
[
{
"name": "name",
"link": true
},
{
"name": "targetType",
"width": 20
},
{
"name": "isActive",
"width": 10
}
]

View File

@@ -0,0 +1,14 @@
[
{
"name": "name",
"link": true
},
{
"name": "targetType",
"width": 30
},
{
"name": "isActive",
"width": 15
}
]

View File

@@ -0,0 +1,6 @@
[
"isActive",
"category",
"assignedUser",
"teams"
]

View File

@@ -0,0 +1,3 @@
[
"processes"
]