From edc39c229c67cfe2198bed98a229a3719aeb01b2 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sun, 19 Jan 2025 20:15:45 +0200 Subject: [PATCH] job list small layout --- application/Espo/Resources/layouts/Job/listSmall.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 application/Espo/Resources/layouts/Job/listSmall.json diff --git a/application/Espo/Resources/layouts/Job/listSmall.json b/application/Espo/Resources/layouts/Job/listSmall.json new file mode 100644 index 0000000000..8bc924dbba --- /dev/null +++ b/application/Espo/Resources/layouts/Job/listSmall.json @@ -0,0 +1,5 @@ +[ + {"name": "name"}, + {"name": "status", "width": 25}, + {"name": "executeTime", "width": 25} +] \ No newline at end of file