Skip to content

Commit

Permalink
feat(TestRun): move data unit to table header
Browse files Browse the repository at this point in the history
  • Loading branch information
xianshenglu committed Apr 28, 2022
1 parent e98e1f1 commit df627fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions screens/TestRunScreen/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const initialTestPageTableHeaderCols: MyTableHeaderColumn[] = [
},
{
id: "respondTime",
label: "Respond Time",
label: "Respond Time(ms)",
width: 40,
sort: "default",
// @ts-ignore
Expand All @@ -54,7 +54,7 @@ export const initialTestPageTableHeaderCols: MyTableHeaderColumn[] = [
},
{
id: "downloadSpeed",
label: "Download Speed",
label: "Download Speed(MB/S)",
width: 40,
sort: "default",
// @ts-ignore
Expand Down

0 comments on commit df627fe

Please sign in to comment.