Skip to content

Commit

Permalink
fix(DX): fix up column widths in recorder grid
Browse files Browse the repository at this point in the history
Query is most important yet it was only taking 2 cols, unreadable.
  • Loading branch information
ankush committed May 13, 2024
1 parent 7832136 commit aba8d4e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion frappe/core/doctype/recorder_query/recorder_query.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
{
Expand Down Expand Up @@ -84,6 +88,7 @@
"label": "SQL Explain"
},
{
"columns": 1,
"fieldname": "index",
"fieldtype": "Int",
"in_list_view": 1,
Expand All @@ -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",
Expand Down

0 comments on commit aba8d4e

Please sign in to comment.