mirror of
https://github.com/supabase/supabase.git
synced 2026-06-06 05:17:15 +08:00
fix(studio): query perf update label formatting and column name (#38778)
* chore: update rows read column label * fix: toLocaleString for grid numbers
This commit is contained in:
@@ -20,7 +20,7 @@ export const QUERY_PERFORMANCE_COLUMNS = [
|
||||
{ id: 'max_time', name: 'Max time', description: undefined, minWidth: 100 },
|
||||
{ id: 'mean_time', name: 'Mean time', description: undefined, minWidth: 100 },
|
||||
{ id: 'min_time', name: 'Min time', description: undefined, minWidth: 100 },
|
||||
{ id: 'rows_read', name: 'Rows read', description: undefined, minWidth: 100 },
|
||||
{ id: 'rows_read', name: 'Rows processed', description: undefined, minWidth: 130 },
|
||||
{ id: 'cache_hit_rate', name: 'Cache hit rate', description: undefined, minWidth: 130 },
|
||||
{ id: 'rolname', name: 'Role', description: undefined, minWidth: 160 },
|
||||
] as const
|
||||
|
||||
Reference in New Issue
Block a user