CEC-3672 Add SUMS to car updates table (#280)

This commit is contained in:
John Wu
2023-02-11 09:53:56 -08:00
committed by GitHub
parent 0da2289f37
commit bf0f0630f1
3 changed files with 27 additions and 11 deletions

View File

@@ -80,6 +80,12 @@ exports[`CarUpdatesTab Render 1`] = `
</svg>
</span>
</th>
<th
class="MuiTableCell-root MuiTableCell-head MuiTableCell-alignCenter"
scope="col"
>
SUMS
</th>
<th
class="MuiTableCell-root MuiTableCell-head MuiTableCell-alignCenter"
scope="col"
@@ -187,8 +193,11 @@ exports[`CarUpdatesTab Render 1`] = `
<tr
class="MuiTableRow-root MuiTableRow-footer"
>
<td>
No Car Updates found
<td
class="MuiTableCell-root MuiTableCell-footer MuiTableCell-alignCenter"
colspan="7"
>
No Car Updates
</td>
</tr>
</tfoot>