Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
[
|
||||
"status",
|
||||
"createdAt",
|
||||
"processedAt"
|
||||
]
|
||||
@@ -0,0 +1,23 @@
|
||||
[
|
||||
{
|
||||
"name": "element",
|
||||
"notSortable": true
|
||||
},
|
||||
{
|
||||
"name": "status",
|
||||
"width": 16,
|
||||
"notSortable": true
|
||||
},
|
||||
{
|
||||
"name": "createdAt",
|
||||
"width": 16,
|
||||
"align": "right",
|
||||
"notSortable": true
|
||||
},
|
||||
{
|
||||
"name": "processedAt",
|
||||
"width": 16,
|
||||
"align": "right",
|
||||
"notSortable": true
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,23 @@
|
||||
[
|
||||
{
|
||||
"name": "element",
|
||||
"notSortable": true
|
||||
},
|
||||
{
|
||||
"name": "status",
|
||||
"width": 16,
|
||||
"notSortable": true
|
||||
},
|
||||
{
|
||||
"name": "createdAt",
|
||||
"width": 16,
|
||||
"align": "right",
|
||||
"notSortable": true
|
||||
},
|
||||
{
|
||||
"name": "processedAt",
|
||||
"width": 16,
|
||||
"align": "right",
|
||||
"notSortable": true
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user