import impr
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user