* CEC-3519 Add car version history CEC-3455 Delete button is icon and remove column CEC-3496 Fix Issue delete * smell * Remove tab from issues details page * Fix date format
310 lines
11 KiB
Plaintext
310 lines
11 KiB
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`ECUsTab Render 1`] = `
|
|
<div>
|
|
<div
|
|
data-testid="mocked-statusprovider"
|
|
>
|
|
<div
|
|
data-testid="mocked-userprovider"
|
|
>
|
|
<div
|
|
class="makeStyles-paper-0 makeStyles-tableSize-0"
|
|
>
|
|
<h6
|
|
class="MuiTypography-root makeStyles-labelInline-0 MuiTypography-h6"
|
|
>
|
|
Car ECUs
|
|
</h6>
|
|
<div
|
|
class="makeStyles-paper-0 makeStyles-tableSize-0"
|
|
>
|
|
<table
|
|
class="MuiTable-root"
|
|
>
|
|
<thead
|
|
class="MuiTableHead-root"
|
|
>
|
|
<tr
|
|
class="MuiTableRow-root MuiTableRow-head"
|
|
>
|
|
<th
|
|
aria-sort="descending"
|
|
class="MuiTableCell-root MuiTableCell-head MuiTableCell-alignCenter"
|
|
scope="col"
|
|
>
|
|
<span
|
|
aria-disabled="false"
|
|
class="MuiButtonBase-root MuiTableSortLabel-root MuiTableSortLabel-active"
|
|
role="button"
|
|
tabindex="0"
|
|
>
|
|
ECU
|
|
<span
|
|
class="makeStyles-hiddenSortSpan-0"
|
|
>
|
|
sorted descending
|
|
</span>
|
|
<svg
|
|
aria-hidden="true"
|
|
class="MuiSvgIcon-root MuiTableSortLabel-icon MuiTableSortLabel-iconDirectionDesc"
|
|
focusable="false"
|
|
viewBox="0 0 24 24"
|
|
>
|
|
<path
|
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
/>
|
|
</svg>
|
|
</span>
|
|
</th>
|
|
<th
|
|
class="MuiTableCell-root MuiTableCell-head MuiTableCell-alignCenter"
|
|
scope="col"
|
|
>
|
|
<span
|
|
aria-disabled="false"
|
|
class="MuiButtonBase-root MuiTableSortLabel-root"
|
|
role="button"
|
|
tabindex="0"
|
|
>
|
|
SW Version
|
|
<svg
|
|
aria-hidden="true"
|
|
class="MuiSvgIcon-root MuiTableSortLabel-icon MuiTableSortLabel-iconDirectionAsc"
|
|
focusable="false"
|
|
viewBox="0 0 24 24"
|
|
>
|
|
<path
|
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
/>
|
|
</svg>
|
|
</span>
|
|
</th>
|
|
<th
|
|
class="MuiTableCell-root MuiTableCell-head MuiTableCell-alignCenter"
|
|
scope="col"
|
|
>
|
|
<span
|
|
aria-disabled="false"
|
|
class="MuiButtonBase-root MuiTableSortLabel-root"
|
|
role="button"
|
|
tabindex="0"
|
|
>
|
|
HW Version
|
|
<svg
|
|
aria-hidden="true"
|
|
class="MuiSvgIcon-root MuiTableSortLabel-icon MuiTableSortLabel-iconDirectionAsc"
|
|
focusable="false"
|
|
viewBox="0 0 24 24"
|
|
>
|
|
<path
|
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
/>
|
|
</svg>
|
|
</span>
|
|
</th>
|
|
<th
|
|
class="MuiTableCell-root MuiTableCell-head MuiTableCell-alignCenter"
|
|
scope="col"
|
|
>
|
|
<span
|
|
aria-disabled="false"
|
|
class="MuiButtonBase-root MuiTableSortLabel-root"
|
|
role="button"
|
|
tabindex="0"
|
|
>
|
|
Config
|
|
<svg
|
|
aria-hidden="true"
|
|
class="MuiSvgIcon-root MuiTableSortLabel-icon MuiTableSortLabel-iconDirectionAsc"
|
|
focusable="false"
|
|
viewBox="0 0 24 24"
|
|
>
|
|
<path
|
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
/>
|
|
</svg>
|
|
</span>
|
|
</th>
|
|
<th
|
|
class="MuiTableCell-root MuiTableCell-head MuiTableCell-alignCenter"
|
|
scope="col"
|
|
>
|
|
<span
|
|
aria-disabled="false"
|
|
class="MuiButtonBase-root MuiTableSortLabel-root"
|
|
role="button"
|
|
tabindex="0"
|
|
>
|
|
Created
|
|
<svg
|
|
aria-hidden="true"
|
|
class="MuiSvgIcon-root MuiTableSortLabel-icon MuiTableSortLabel-iconDirectionAsc"
|
|
focusable="false"
|
|
viewBox="0 0 24 24"
|
|
>
|
|
<path
|
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
/>
|
|
</svg>
|
|
</span>
|
|
</th>
|
|
<th
|
|
class="MuiTableCell-root MuiTableCell-head MuiTableCell-alignCenter"
|
|
scope="col"
|
|
>
|
|
<span
|
|
aria-disabled="false"
|
|
class="MuiButtonBase-root MuiTableSortLabel-root"
|
|
role="button"
|
|
tabindex="0"
|
|
>
|
|
Updated
|
|
<svg
|
|
aria-hidden="true"
|
|
class="MuiSvgIcon-root MuiTableSortLabel-icon MuiTableSortLabel-iconDirectionAsc"
|
|
focusable="false"
|
|
viewBox="0 0 24 24"
|
|
>
|
|
<path
|
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
/>
|
|
</svg>
|
|
</span>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody
|
|
class="MuiTableBody-root"
|
|
/>
|
|
<tfoot
|
|
class="MuiTableFooter-root"
|
|
>
|
|
<tr
|
|
class="MuiTableRow-root MuiTableRow-footer"
|
|
>
|
|
<td
|
|
class="MuiTableCell-root MuiTableCell-footer MuiTablePagination-root"
|
|
colspan="10"
|
|
>
|
|
<div
|
|
class="MuiToolbar-root MuiToolbar-regular MuiTablePagination-toolbar MuiToolbar-gutters"
|
|
>
|
|
<div
|
|
class="MuiTablePagination-spacer"
|
|
/>
|
|
<p
|
|
class="MuiTypography-root MuiTablePagination-caption MuiTypography-body2 MuiTypography-colorInherit"
|
|
>
|
|
Rows per page:
|
|
</p>
|
|
<div
|
|
class="MuiInputBase-root MuiTablePagination-input MuiTablePagination-selectRoot"
|
|
>
|
|
<select
|
|
aria-label="rows per page"
|
|
class="MuiSelect-root MuiSelect-select MuiTablePagination-select MuiInputBase-input"
|
|
>
|
|
<option
|
|
class="MuiTablePagination-menuItem"
|
|
value="5"
|
|
>
|
|
5
|
|
</option>
|
|
<option
|
|
class="MuiTablePagination-menuItem"
|
|
value="10"
|
|
>
|
|
10
|
|
</option>
|
|
<option
|
|
class="MuiTablePagination-menuItem"
|
|
value="25"
|
|
>
|
|
25
|
|
</option>
|
|
<option
|
|
class="MuiTablePagination-menuItem"
|
|
value="100"
|
|
>
|
|
100
|
|
</option>
|
|
</select>
|
|
<svg
|
|
aria-hidden="true"
|
|
class="MuiSvgIcon-root MuiSelect-icon MuiTablePagination-selectIcon"
|
|
focusable="false"
|
|
viewBox="0 0 24 24"
|
|
>
|
|
<path
|
|
d="M7 10l5 5 5-5z"
|
|
/>
|
|
</svg>
|
|
</div>
|
|
<p
|
|
class="MuiTypography-root MuiTablePagination-caption MuiTypography-body2 MuiTypography-colorInherit"
|
|
>
|
|
0-0 of 0
|
|
</p>
|
|
<div
|
|
class="MuiTablePagination-actions"
|
|
>
|
|
<button
|
|
aria-label="Previous page"
|
|
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-colorInherit Mui-disabled Mui-disabled"
|
|
disabled=""
|
|
tabindex="-1"
|
|
title="Previous page"
|
|
type="button"
|
|
>
|
|
<span
|
|
class="MuiIconButton-label"
|
|
>
|
|
<svg
|
|
aria-hidden="true"
|
|
class="MuiSvgIcon-root"
|
|
focusable="false"
|
|
viewBox="0 0 24 24"
|
|
>
|
|
<path
|
|
d="M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z"
|
|
/>
|
|
</svg>
|
|
</span>
|
|
</button>
|
|
<button
|
|
aria-label="Next page"
|
|
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-colorInherit Mui-disabled Mui-disabled"
|
|
disabled=""
|
|
tabindex="-1"
|
|
title="Next page"
|
|
type="button"
|
|
>
|
|
<span
|
|
class="MuiIconButton-label"
|
|
>
|
|
<svg
|
|
aria-hidden="true"
|
|
class="MuiSvgIcon-root"
|
|
focusable="false"
|
|
viewBox="0 0 24 24"
|
|
>
|
|
<path
|
|
d="M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z"
|
|
/>
|
|
</svg>
|
|
</span>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tfoot>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|