Initial commit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
[
|
||||
{
|
||||
"label":"",
|
||||
"rows": [
|
||||
[
|
||||
{"name": "user"},
|
||||
{"name": "ipAddress"}
|
||||
],
|
||||
[
|
||||
{"name": "action"},
|
||||
false
|
||||
],
|
||||
[
|
||||
{"name": "targetType"},
|
||||
{"name": "createdAt"}
|
||||
],
|
||||
[
|
||||
{"name": "target", "fullWidth": true}
|
||||
],
|
||||
[
|
||||
{"name": "authLogRecord"},
|
||||
{"name": "authToken"}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,26 @@
|
||||
[
|
||||
{
|
||||
"label":"",
|
||||
"rows": [
|
||||
[
|
||||
{"name": "user"},
|
||||
{"name": "ipAddress"}
|
||||
],
|
||||
[
|
||||
{"name": "action"},
|
||||
false
|
||||
],
|
||||
[
|
||||
{"name": "targetType"},
|
||||
{"name": "createdAt"}
|
||||
],
|
||||
[
|
||||
{"name": "target", "fullWidth": true}
|
||||
],
|
||||
[
|
||||
{"name": "authLogRecord"},
|
||||
{"name": "authToken"}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,8 @@
|
||||
[
|
||||
"action",
|
||||
"target",
|
||||
"createdAt",
|
||||
"ipAddress",
|
||||
"user",
|
||||
"userType"
|
||||
]
|
||||
@@ -0,0 +1,8 @@
|
||||
[
|
||||
{"name":"user", "notSortable": true, "width": 14},
|
||||
{"name":"action", "width": 12, "notSortable": true},
|
||||
{"name":"targetType", "width": 14, "notSortable": true},
|
||||
{"name":"target", "notSortable": true},
|
||||
{"name":"ipAddress", "width": 14, "notSortable": true},
|
||||
{"name":"createdAt", "width": 12, "align": "right", "notSortable": true}
|
||||
]
|
||||
@@ -0,0 +1,5 @@
|
||||
[
|
||||
{"name":"targetType", "notSortable": true, "width": 22},
|
||||
{"name":"target", "notSortable": true},
|
||||
{"name":"createdAt", "notSortable": true, "width": 20, "align": "right", "view": "views/fields/datetime-short"}
|
||||
]
|
||||
@@ -0,0 +1,6 @@
|
||||
[
|
||||
{"name":"action", "width": 18, "notSortable": true},
|
||||
{"name":"targetType", "width": 20, "notSortable": true},
|
||||
{"name":"target", "notSortable": true},
|
||||
{"name":"createdAt", "width": 18, "align": "right", "notSortable": true}
|
||||
]
|
||||
Reference in New Issue
Block a user