Skip to content

Commit 43d0ef6

Browse files
author
Trey Ivy
committed
align column
1 parent 96aed5e commit 43d0ef6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/src/components/TestGrid/index.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,9 @@ const columns: TableColumnsType<TestGridRowDataType> = [
8585
render: (_, record) => <span className={styles.duration}>{millisecondsToTime(record.max_duration)}</span>
8686
},
8787
{
88-
title: "Num Runs",
88+
title: "# Runs",
8989
dataIndex: "total_count",
90+
align: "center"
9091
//sorter: (a, b) => a.total_count - b.total_count,
9192
},
9293
{

0 commit comments

Comments
 (0)