We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96aed5e commit 43d0ef6Copy full SHA for 43d0ef6
frontend/src/components/TestGrid/index.tsx
@@ -85,8 +85,9 @@ const columns: TableColumnsType<TestGridRowDataType> = [
85
render: (_, record) => <span className={styles.duration}>{millisecondsToTime(record.max_duration)}</span>
86
},
87
{
88
- title: "Num Runs",
+ title: "# Runs",
89
dataIndex: "total_count",
90
+ align: "center"
91
//sorter: (a, b) => a.total_count - b.total_count,
92
93
0 commit comments