CEC-3796 - UI for creating and managing RxSWIN

This commit is contained in:
pauladamseniii
2023-10-13 17:18:36 -04:00
parent 0f1886463e
commit 66706b9c3c
8 changed files with 171 additions and 3 deletions

View File

@@ -447,7 +447,11 @@ const MainForm = () => {
<TableCell align="center">
{formatManifestType(row.manifest_type)}
</TableCell>
<TableCell align="center">{row.sums}</TableCell>
<TableCell align="center">
<Link to={`/sums/${row.sums}`}>
{row.sums}
</Link>
</TableCell>
<TableCell align="center">
{formatType(row.type)}
</TableCell>