fix(DX): fix up column widths in recorder grid
Query is most important yet it was only taking 2 cols, unreadable.
This commit is contained in:
parent
78321360a6
commit
aba8d4e5b5
1 changed files with 6 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue