From d83b05e0308108c72c3a3e6a5bbb8765560f98dd Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 14 Feb 2024 13:06:38 +0200 Subject: [PATCH] auth log layout --- .../Resources/layouts/AuthLogRecord/list.json | 21 +++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/application/Espo/Resources/layouts/AuthLogRecord/list.json b/application/Espo/Resources/layouts/AuthLogRecord/list.json index ed37560c3e..5930718237 100644 --- a/application/Espo/Resources/layouts/AuthLogRecord/list.json +++ b/application/Espo/Resources/layouts/AuthLogRecord/list.json @@ -1,8 +1,17 @@ [ - {"name":"username"}, - {"name":"isDenied", "widthPx": 100}, - {"name":"ipAddress", "width": 14}, - {"name":"denialReason", "width": 22}, - {"name":"user", "width": 16}, - {"name":"createdAt", "width": 14} + {"name": "username"}, + {"name": "ipAddress", "width": 14}, + {"name": "denialReason", "width": 22}, + {"name": "user", "width": 16}, + {"name": "createdAt", "width": 14}, + { + "name":"isDenied", + "widthPx": 100, + "hidden": true + }, + { + "name": "portal", + "width": 13, + "hidden": true + } ]