From aba8d4e5b59e254b38c7109e2702051f768097ee Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Mon, 13 May 2024 17:36:45 +0530 Subject: [PATCH] fix(DX): fix up column widths in recorder grid Query is most important yet it was only taking 2 cols, unreadable. --- frappe/core/doctype/recorder_query/recorder_query.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frappe/core/doctype/recorder_query/recorder_query.json b/frappe/core/doctype/recorder_query/recorder_query.json index 75be1cfe09..b6bf44c891 100644 --- a/frappe/core/doctype/recorder_query/recorder_query.json +++ b/frappe/core/doctype/recorder_query/recorder_query.json @@ -33,20 +33,24 @@ "label": "Normalized Query" }, { + "columns": 1, "fieldname": "duration", "fieldtype": "Float", "in_list_view": 1, "label": "Duration" }, { + "columns": 1, "fieldname": "exact_copies", "fieldtype": "Int", "in_list_view": 1, "label": "Exact Copies" }, { + "columns": 1, "fieldname": "normalized_copies", "fieldtype": "Int", + "in_list_view": 1, "label": "Normalized Copies" }, { @@ -84,6 +88,7 @@ "label": "SQL Explain" }, { + "columns": 1, "fieldname": "index", "fieldtype": "Int", "in_list_view": 1, @@ -94,7 +99,7 @@ "is_virtual": 1, "istable": 1, "links": [], - "modified": "2024-03-23 16:03:36.052756", + "modified": "2024-05-13 17:13:20.785329", "modified_by": "Administrator", "module": "Core", "name": "Recorder Query",