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