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,26 @@
[
{
"label":"",
"rows": [
[
{"name": "user"},
{"name": "ipAddress"}
],
[
{"name": "action"},
false
],
[
{"name": "targetType"},
{"name": "createdAt"}
],
[
{"name": "target", "fullWidth": true}
],
[
{"name": "authLogRecord"},
{"name": "authToken"}
]
]
}
]

View File

@@ -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"}
]
]
}
]

View File

@@ -0,0 +1,8 @@
[
"action",
"target",
"createdAt",
"ipAddress",
"user",
"userType"
]

View File

@@ -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}
]

View File

@@ -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"}
]

View File

@@ -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}
]