CEC-244 Remote car commands, search, sortable tables (#42)
* Add sortable table header * Send bulk commands page Update table page sizes All tables are sortable * Update site layout Add search to update packages * Reenable Datadog * remove dev stuff
This commit is contained in:
@@ -8,11 +8,6 @@ exports[`File Upload Form Should render 1`] = `
|
||||
<div
|
||||
class="makeStyles-paper-3"
|
||||
>
|
||||
<h1
|
||||
class="MuiTypography-root MuiTypography-h5"
|
||||
>
|
||||
Create Update Package
|
||||
</h1>
|
||||
<form
|
||||
action="{onSubmit}"
|
||||
class="makeStyles-form-5"
|
||||
@@ -51,10 +46,10 @@ exports[`File Upload Form Should render 1`] = `
|
||||
/>
|
||||
<fieldset
|
||||
aria-hidden="true"
|
||||
class="PrivateNotchedOutline-root-26 MuiOutlinedInput-notchedOutline"
|
||||
class="PrivateNotchedOutline-root-31 MuiOutlinedInput-notchedOutline"
|
||||
>
|
||||
<legend
|
||||
class="PrivateNotchedOutline-legendLabelled-28"
|
||||
class="PrivateNotchedOutline-legendLabelled-33"
|
||||
>
|
||||
<span>
|
||||
Package name
|
||||
@@ -97,10 +92,10 @@ exports[`File Upload Form Should render 1`] = `
|
||||
/>
|
||||
<fieldset
|
||||
aria-hidden="true"
|
||||
class="PrivateNotchedOutline-root-26 MuiOutlinedInput-notchedOutline"
|
||||
class="PrivateNotchedOutline-root-31 MuiOutlinedInput-notchedOutline"
|
||||
>
|
||||
<legend
|
||||
class="PrivateNotchedOutline-legendLabelled-28"
|
||||
class="PrivateNotchedOutline-legendLabelled-33"
|
||||
>
|
||||
<span>
|
||||
Version
|
||||
@@ -143,10 +138,10 @@ exports[`File Upload Form Should render 1`] = `
|
||||
/>
|
||||
<fieldset
|
||||
aria-hidden="true"
|
||||
class="PrivateNotchedOutline-root-26 MuiOutlinedInput-notchedOutline"
|
||||
class="PrivateNotchedOutline-root-31 MuiOutlinedInput-notchedOutline"
|
||||
>
|
||||
<legend
|
||||
class="PrivateNotchedOutline-legendLabelled-28"
|
||||
class="PrivateNotchedOutline-legendLabelled-33"
|
||||
>
|
||||
<span>
|
||||
Description
|
||||
@@ -190,10 +185,10 @@ exports[`File Upload Form Should render 1`] = `
|
||||
/>
|
||||
<fieldset
|
||||
aria-hidden="true"
|
||||
class="PrivateNotchedOutline-root-26 MuiOutlinedInput-notchedOutline"
|
||||
class="PrivateNotchedOutline-root-31 MuiOutlinedInput-notchedOutline"
|
||||
>
|
||||
<legend
|
||||
class="PrivateNotchedOutline-legendLabelled-28"
|
||||
class="PrivateNotchedOutline-legendLabelled-33"
|
||||
>
|
||||
<span>
|
||||
Release Notes URL
|
||||
|
||||
Reference in New Issue
Block a user