import impr

This commit is contained in:
Yuri Kuznetsov
2025-06-10 14:45:22 +03:00
parent 75d710f953
commit c3a3fb3407
4 changed files with 15 additions and 5 deletions
@@ -0,0 +1,6 @@
[
"createdAt",
"createdBy",
"entityType",
"status"
]
@@ -1,5 +1,6 @@
[
{"name":"createdAt", "width":50, "link": true},
{"name":"entityType"},
{"name":"createdBy"}
{"name":"createdAt", "link": true},
{"name":"status", "width": 20},
{"name":"entityType", "width": 20},
{"name":"createdBy", "width": 20}
]
@@ -38,7 +38,7 @@
}
]
},
"searchPanelDisabled": true,
"textFilterDisabled": true,
"relationshipPanels": {
"errors": {
"unlinkDisabled": true,
@@ -11,6 +11,8 @@
"type": "enum",
"options": ["Standby", "Pending", "In Process", "Complete", "Failed"],
"readOnly": true,
"displayAsLabel": true,
"labelType": "state",
"style": {
"Complete": "success",
"Failed": "danger"
@@ -54,7 +56,8 @@
},
"createdBy": {
"type": "link",
"readOnly": true
"readOnly": true,
"view": "views/fields/user-with-avatar"
}
},
"links": {