* forms for fleet can filters * unit tests for fleet filters * removing warnings * updating regex * added fleet details page * fleet pages * smoothed out bugs * fleets done * working update, delete vehicles * finished mocks, still need snapshots and context tests * contexts done * snapshot tests * updating code smells * smells
732 lines
29 KiB
Plaintext
732 lines
29 KiB
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
||
exports[`VehicleUpdate Render 1`] = `
|
||
<div>
|
||
<div
|
||
data-testid="mocked-vehicleprovider"
|
||
>
|
||
<div
|
||
data-testid="mocked-statusprovider"
|
||
>
|
||
<div
|
||
data-testid="mocked-userprovider"
|
||
>
|
||
<div
|
||
data-testid="mocked-vehicleprovider"
|
||
>
|
||
<div
|
||
class="makeStyles-paper-3"
|
||
>
|
||
<form
|
||
action="{onSubmit}"
|
||
class="makeStyles-form-5"
|
||
novalidate=""
|
||
>
|
||
<div
|
||
class="MuiFormControl-root MuiTextField-root MuiFormControl-marginNormal MuiFormControl-fullWidth"
|
||
>
|
||
<label
|
||
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-outlined Mui-disabled Mui-disabled Mui-required Mui-required"
|
||
data-shrink="false"
|
||
for="vin"
|
||
id="vin-label"
|
||
>
|
||
VIN
|
||
<span
|
||
aria-hidden="true"
|
||
class="MuiFormLabel-asterisk MuiInputLabel-asterisk"
|
||
>
|
||
|
||
*
|
||
</span>
|
||
</label>
|
||
<div
|
||
class="MuiInputBase-root MuiOutlinedInput-root Mui-disabled Mui-disabled MuiInputBase-fullWidth MuiInputBase-formControl"
|
||
>
|
||
<input
|
||
aria-invalid="false"
|
||
class="MuiInputBase-input MuiOutlinedInput-input Mui-disabled Mui-disabled"
|
||
disabled=""
|
||
id="vin"
|
||
maxlength="17"
|
||
name="vin"
|
||
readonly=""
|
||
required=""
|
||
type="text"
|
||
value=""
|
||
/>
|
||
<fieldset
|
||
aria-hidden="true"
|
||
class="PrivateNotchedOutline-root-64 MuiOutlinedInput-notchedOutline"
|
||
>
|
||
<legend
|
||
class="PrivateNotchedOutline-legendLabelled-66"
|
||
>
|
||
<span>
|
||
VIN
|
||
*
|
||
</span>
|
||
</legend>
|
||
</fieldset>
|
||
</div>
|
||
</div>
|
||
<div
|
||
class="MuiFormControl-root MuiTextField-root MuiFormControl-marginNormal MuiFormControl-fullWidth"
|
||
>
|
||
<label
|
||
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-filled Mui-required Mui-required"
|
||
data-shrink="true"
|
||
for="model"
|
||
id="model-label"
|
||
>
|
||
Model
|
||
<span
|
||
aria-hidden="true"
|
||
class="MuiFormLabel-asterisk MuiInputLabel-asterisk"
|
||
>
|
||
|
||
*
|
||
</span>
|
||
</label>
|
||
<div
|
||
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-fullWidth MuiInputBase-formControl"
|
||
>
|
||
<input
|
||
aria-invalid="false"
|
||
class="MuiInputBase-input MuiOutlinedInput-input"
|
||
id="model"
|
||
maxlength="255"
|
||
name="model"
|
||
required=""
|
||
type="text"
|
||
value="Ocean"
|
||
/>
|
||
<fieldset
|
||
aria-hidden="true"
|
||
class="PrivateNotchedOutline-root-64 MuiOutlinedInput-notchedOutline"
|
||
>
|
||
<legend
|
||
class="PrivateNotchedOutline-legendLabelled-66 PrivateNotchedOutline-legendNotched-67"
|
||
>
|
||
<span>
|
||
Model
|
||
*
|
||
</span>
|
||
</legend>
|
||
</fieldset>
|
||
</div>
|
||
</div>
|
||
<div
|
||
class="MuiFormControl-root MuiTextField-root MuiFormControl-marginNormal MuiFormControl-fullWidth"
|
||
>
|
||
<label
|
||
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-filled Mui-required Mui-required"
|
||
data-shrink="true"
|
||
for="year"
|
||
id="year-label"
|
||
>
|
||
Year
|
||
<span
|
||
aria-hidden="true"
|
||
class="MuiFormLabel-asterisk MuiInputLabel-asterisk"
|
||
>
|
||
|
||
*
|
||
</span>
|
||
</label>
|
||
<div
|
||
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-fullWidth MuiInputBase-formControl"
|
||
>
|
||
<input
|
||
aria-invalid="false"
|
||
class="MuiInputBase-input MuiOutlinedInput-input"
|
||
id="year"
|
||
maxlength="4"
|
||
minlength="4"
|
||
name="year"
|
||
required=""
|
||
type="number"
|
||
value="2022"
|
||
/>
|
||
<fieldset
|
||
aria-hidden="true"
|
||
class="PrivateNotchedOutline-root-64 MuiOutlinedInput-notchedOutline"
|
||
>
|
||
<legend
|
||
class="PrivateNotchedOutline-legendLabelled-66 PrivateNotchedOutline-legendNotched-67"
|
||
>
|
||
<span>
|
||
Year
|
||
*
|
||
</span>
|
||
</legend>
|
||
</fieldset>
|
||
</div>
|
||
</div>
|
||
<div
|
||
class="MuiFormControl-root MuiTextField-root MuiFormControl-marginNormal MuiFormControl-fullWidth"
|
||
>
|
||
<label
|
||
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-filled Mui-required Mui-required"
|
||
data-shrink="true"
|
||
for="trim"
|
||
id="trim-label"
|
||
>
|
||
Trim
|
||
<span
|
||
aria-hidden="true"
|
||
class="MuiFormLabel-asterisk MuiInputLabel-asterisk"
|
||
>
|
||
|
||
*
|
||
</span>
|
||
</label>
|
||
<div
|
||
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-fullWidth MuiInputBase-formControl"
|
||
>
|
||
<input
|
||
aria-invalid="false"
|
||
class="MuiInputBase-input MuiOutlinedInput-input"
|
||
id="trim"
|
||
maxlength="4"
|
||
minlength="4"
|
||
name="trim"
|
||
required=""
|
||
type="text"
|
||
value="Base"
|
||
/>
|
||
<fieldset
|
||
aria-hidden="true"
|
||
class="PrivateNotchedOutline-root-64 MuiOutlinedInput-notchedOutline"
|
||
>
|
||
<legend
|
||
class="PrivateNotchedOutline-legendLabelled-66 PrivateNotchedOutline-legendNotched-67"
|
||
>
|
||
<span>
|
||
Trim
|
||
*
|
||
</span>
|
||
</legend>
|
||
</fieldset>
|
||
</div>
|
||
</div>
|
||
<label
|
||
class="MuiFormLabel-root"
|
||
id="demo-row-radio-buttons-group-label"
|
||
>
|
||
Log Level
|
||
</label>
|
||
<div
|
||
aria-labelledby="demo-row-radio-buttons-group-label"
|
||
class="MuiFormGroup-root MuiFormGroup-row"
|
||
margin="normal"
|
||
role="radiogroup"
|
||
>
|
||
<label
|
||
class="MuiFormControlLabel-root"
|
||
>
|
||
<span
|
||
aria-disabled="false"
|
||
class="MuiButtonBase-root MuiIconButton-root PrivateSwitchBase-root-68 MuiRadio-root MuiRadio-colorSecondary MuiIconButton-colorSecondary"
|
||
>
|
||
<span
|
||
class="MuiIconButton-label"
|
||
>
|
||
<input
|
||
class="PrivateSwitchBase-input-71"
|
||
name="log-level-group"
|
||
type="radio"
|
||
value="trace"
|
||
/>
|
||
<div
|
||
class="PrivateRadioButtonIcon-root-72"
|
||
>
|
||
<svg
|
||
aria-hidden="true"
|
||
class="MuiSvgIcon-root"
|
||
focusable="false"
|
||
viewBox="0 0 24 24"
|
||
>
|
||
<path
|
||
d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
|
||
/>
|
||
</svg>
|
||
<svg
|
||
aria-hidden="true"
|
||
class="MuiSvgIcon-root PrivateRadioButtonIcon-layer-73"
|
||
focusable="false"
|
||
viewBox="0 0 24 24"
|
||
>
|
||
<path
|
||
d="M8.465 8.465C9.37 7.56 10.62 7 12 7C14.76 7 17 9.24 17 12C17 13.38 16.44 14.63 15.535 15.535C14.63 16.44 13.38 17 12 17C9.24 17 7 14.76 7 12C7 10.62 7.56 9.37 8.465 8.465Z"
|
||
/>
|
||
</svg>
|
||
</div>
|
||
</span>
|
||
<span
|
||
class="MuiTouchRipple-root"
|
||
/>
|
||
</span>
|
||
<span
|
||
class="MuiTypography-root MuiFormControlLabel-label MuiTypography-body1"
|
||
>
|
||
Trace
|
||
</span>
|
||
</label>
|
||
<label
|
||
class="MuiFormControlLabel-root"
|
||
>
|
||
<span
|
||
aria-disabled="false"
|
||
class="MuiButtonBase-root MuiIconButton-root PrivateSwitchBase-root-68 MuiRadio-root MuiRadio-colorSecondary MuiIconButton-colorSecondary"
|
||
>
|
||
<span
|
||
class="MuiIconButton-label"
|
||
>
|
||
<input
|
||
class="PrivateSwitchBase-input-71"
|
||
name="log-level-group"
|
||
type="radio"
|
||
value="debug"
|
||
/>
|
||
<div
|
||
class="PrivateRadioButtonIcon-root-72"
|
||
>
|
||
<svg
|
||
aria-hidden="true"
|
||
class="MuiSvgIcon-root"
|
||
focusable="false"
|
||
viewBox="0 0 24 24"
|
||
>
|
||
<path
|
||
d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
|
||
/>
|
||
</svg>
|
||
<svg
|
||
aria-hidden="true"
|
||
class="MuiSvgIcon-root PrivateRadioButtonIcon-layer-73"
|
||
focusable="false"
|
||
viewBox="0 0 24 24"
|
||
>
|
||
<path
|
||
d="M8.465 8.465C9.37 7.56 10.62 7 12 7C14.76 7 17 9.24 17 12C17 13.38 16.44 14.63 15.535 15.535C14.63 16.44 13.38 17 12 17C9.24 17 7 14.76 7 12C7 10.62 7.56 9.37 8.465 8.465Z"
|
||
/>
|
||
</svg>
|
||
</div>
|
||
</span>
|
||
<span
|
||
class="MuiTouchRipple-root"
|
||
/>
|
||
</span>
|
||
<span
|
||
class="MuiTypography-root MuiFormControlLabel-label MuiTypography-body1"
|
||
>
|
||
Debug
|
||
</span>
|
||
</label>
|
||
<label
|
||
class="MuiFormControlLabel-root"
|
||
>
|
||
<span
|
||
aria-disabled="false"
|
||
class="MuiButtonBase-root MuiIconButton-root PrivateSwitchBase-root-68 MuiRadio-root MuiRadio-colorSecondary PrivateSwitchBase-checked-69 Mui-checked MuiIconButton-colorSecondary"
|
||
>
|
||
<span
|
||
class="MuiIconButton-label"
|
||
>
|
||
<input
|
||
checked=""
|
||
class="PrivateSwitchBase-input-71"
|
||
name="log-level-group"
|
||
type="radio"
|
||
value="info"
|
||
/>
|
||
<div
|
||
class="PrivateRadioButtonIcon-root-72 PrivateRadioButtonIcon-checked-74"
|
||
>
|
||
<svg
|
||
aria-hidden="true"
|
||
class="MuiSvgIcon-root"
|
||
focusable="false"
|
||
viewBox="0 0 24 24"
|
||
>
|
||
<path
|
||
d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
|
||
/>
|
||
</svg>
|
||
<svg
|
||
aria-hidden="true"
|
||
class="MuiSvgIcon-root PrivateRadioButtonIcon-layer-73"
|
||
focusable="false"
|
||
viewBox="0 0 24 24"
|
||
>
|
||
<path
|
||
d="M8.465 8.465C9.37 7.56 10.62 7 12 7C14.76 7 17 9.24 17 12C17 13.38 16.44 14.63 15.535 15.535C14.63 16.44 13.38 17 12 17C9.24 17 7 14.76 7 12C7 10.62 7.56 9.37 8.465 8.465Z"
|
||
/>
|
||
</svg>
|
||
</div>
|
||
</span>
|
||
<span
|
||
class="MuiTouchRipple-root"
|
||
/>
|
||
</span>
|
||
<span
|
||
class="MuiTypography-root MuiFormControlLabel-label MuiTypography-body1"
|
||
>
|
||
Info
|
||
</span>
|
||
</label>
|
||
<label
|
||
class="MuiFormControlLabel-root"
|
||
>
|
||
<span
|
||
aria-disabled="false"
|
||
class="MuiButtonBase-root MuiIconButton-root PrivateSwitchBase-root-68 MuiRadio-root MuiRadio-colorSecondary MuiIconButton-colorSecondary"
|
||
>
|
||
<span
|
||
class="MuiIconButton-label"
|
||
>
|
||
<input
|
||
class="PrivateSwitchBase-input-71"
|
||
name="log-level-group"
|
||
type="radio"
|
||
value="warn"
|
||
/>
|
||
<div
|
||
class="PrivateRadioButtonIcon-root-72"
|
||
>
|
||
<svg
|
||
aria-hidden="true"
|
||
class="MuiSvgIcon-root"
|
||
focusable="false"
|
||
viewBox="0 0 24 24"
|
||
>
|
||
<path
|
||
d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
|
||
/>
|
||
</svg>
|
||
<svg
|
||
aria-hidden="true"
|
||
class="MuiSvgIcon-root PrivateRadioButtonIcon-layer-73"
|
||
focusable="false"
|
||
viewBox="0 0 24 24"
|
||
>
|
||
<path
|
||
d="M8.465 8.465C9.37 7.56 10.62 7 12 7C14.76 7 17 9.24 17 12C17 13.38 16.44 14.63 15.535 15.535C14.63 16.44 13.38 17 12 17C9.24 17 7 14.76 7 12C7 10.62 7.56 9.37 8.465 8.465Z"
|
||
/>
|
||
</svg>
|
||
</div>
|
||
</span>
|
||
<span
|
||
class="MuiTouchRipple-root"
|
||
/>
|
||
</span>
|
||
<span
|
||
class="MuiTypography-root MuiFormControlLabel-label MuiTypography-body1"
|
||
>
|
||
Warn
|
||
</span>
|
||
</label>
|
||
<label
|
||
class="MuiFormControlLabel-root"
|
||
>
|
||
<span
|
||
aria-disabled="false"
|
||
class="MuiButtonBase-root MuiIconButton-root PrivateSwitchBase-root-68 MuiRadio-root MuiRadio-colorSecondary MuiIconButton-colorSecondary"
|
||
>
|
||
<span
|
||
class="MuiIconButton-label"
|
||
>
|
||
<input
|
||
class="PrivateSwitchBase-input-71"
|
||
name="log-level-group"
|
||
type="radio"
|
||
value="error"
|
||
/>
|
||
<div
|
||
class="PrivateRadioButtonIcon-root-72"
|
||
>
|
||
<svg
|
||
aria-hidden="true"
|
||
class="MuiSvgIcon-root"
|
||
focusable="false"
|
||
viewBox="0 0 24 24"
|
||
>
|
||
<path
|
||
d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
|
||
/>
|
||
</svg>
|
||
<svg
|
||
aria-hidden="true"
|
||
class="MuiSvgIcon-root PrivateRadioButtonIcon-layer-73"
|
||
focusable="false"
|
||
viewBox="0 0 24 24"
|
||
>
|
||
<path
|
||
d="M8.465 8.465C9.37 7.56 10.62 7 12 7C14.76 7 17 9.24 17 12C17 13.38 16.44 14.63 15.535 15.535C14.63 16.44 13.38 17 12 17C9.24 17 7 14.76 7 12C7 10.62 7.56 9.37 8.465 8.465Z"
|
||
/>
|
||
</svg>
|
||
</div>
|
||
</span>
|
||
<span
|
||
class="MuiTouchRipple-root"
|
||
/>
|
||
</span>
|
||
<span
|
||
class="MuiTypography-root MuiFormControlLabel-label MuiTypography-body1"
|
||
>
|
||
Error
|
||
</span>
|
||
</label>
|
||
<label
|
||
class="MuiFormControlLabel-root"
|
||
>
|
||
<span
|
||
aria-disabled="false"
|
||
class="MuiButtonBase-root MuiIconButton-root PrivateSwitchBase-root-68 MuiRadio-root MuiRadio-colorSecondary MuiIconButton-colorSecondary"
|
||
>
|
||
<span
|
||
class="MuiIconButton-label"
|
||
>
|
||
<input
|
||
class="PrivateSwitchBase-input-71"
|
||
name="log-level-group"
|
||
type="radio"
|
||
value="critical"
|
||
/>
|
||
<div
|
||
class="PrivateRadioButtonIcon-root-72"
|
||
>
|
||
<svg
|
||
aria-hidden="true"
|
||
class="MuiSvgIcon-root"
|
||
focusable="false"
|
||
viewBox="0 0 24 24"
|
||
>
|
||
<path
|
||
d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
|
||
/>
|
||
</svg>
|
||
<svg
|
||
aria-hidden="true"
|
||
class="MuiSvgIcon-root PrivateRadioButtonIcon-layer-73"
|
||
focusable="false"
|
||
viewBox="0 0 24 24"
|
||
>
|
||
<path
|
||
d="M8.465 8.465C9.37 7.56 10.62 7 12 7C14.76 7 17 9.24 17 12C17 13.38 16.44 14.63 15.535 15.535C14.63 16.44 13.38 17 12 17C9.24 17 7 14.76 7 12C7 10.62 7.56 9.37 8.465 8.465Z"
|
||
/>
|
||
</svg>
|
||
</div>
|
||
</span>
|
||
<span
|
||
class="MuiTouchRipple-root"
|
||
/>
|
||
</span>
|
||
<span
|
||
class="MuiTypography-root MuiFormControlLabel-label MuiTypography-body1"
|
||
>
|
||
Critical
|
||
</span>
|
||
</label>
|
||
</div>
|
||
<label
|
||
class="MuiFormLabel-root"
|
||
id="demo-row-radio-buttons-group-label"
|
||
>
|
||
CAN Bus
|
||
</label>
|
||
<div
|
||
class="MuiFormGroup-root"
|
||
>
|
||
<label
|
||
class="MuiFormControlLabel-root"
|
||
>
|
||
<span
|
||
aria-disabled="false"
|
||
class="MuiButtonBase-root MuiIconButton-root PrivateSwitchBase-root-68 MuiCheckbox-root MuiCheckbox-colorSecondary PrivateSwitchBase-checked-69 Mui-checked MuiIconButton-colorSecondary"
|
||
>
|
||
<span
|
||
class="MuiIconButton-label"
|
||
>
|
||
<input
|
||
checked=""
|
||
class="PrivateSwitchBase-input-71"
|
||
data-indeterminate="false"
|
||
type="checkbox"
|
||
value=""
|
||
/>
|
||
<svg
|
||
aria-hidden="true"
|
||
class="MuiSvgIcon-root"
|
||
focusable="false"
|
||
viewBox="0 0 24 24"
|
||
>
|
||
<path
|
||
d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"
|
||
/>
|
||
</svg>
|
||
</span>
|
||
<span
|
||
class="MuiTouchRipple-root"
|
||
/>
|
||
</span>
|
||
<span
|
||
class="MuiTypography-root MuiFormControlLabel-label MuiTypography-body1"
|
||
>
|
||
CAN Bus Enabled
|
||
</span>
|
||
</label>
|
||
<div
|
||
class="MuiFormControl-root MuiTextField-root MuiFormControl-marginNormal MuiFormControl-fullWidth"
|
||
>
|
||
<label
|
||
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-filled Mui-required Mui-required"
|
||
data-shrink="true"
|
||
for="max_mem_buffer_size"
|
||
id="max_mem_buffer_size-label"
|
||
>
|
||
Max Memory Buffer Size (0 uses default size)
|
||
<span
|
||
aria-hidden="true"
|
||
class="MuiFormLabel-asterisk MuiInputLabel-asterisk"
|
||
>
|
||
|
||
*
|
||
</span>
|
||
</label>
|
||
<div
|
||
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-fullWidth MuiInputBase-formControl"
|
||
>
|
||
<input
|
||
aria-invalid="false"
|
||
class="MuiInputBase-input MuiOutlinedInput-input"
|
||
id="max_mem_buffer_size"
|
||
maxlength="12"
|
||
name="max_mem_buffer_size"
|
||
required=""
|
||
type="number"
|
||
value="1"
|
||
/>
|
||
<fieldset
|
||
aria-hidden="true"
|
||
class="PrivateNotchedOutline-root-64 MuiOutlinedInput-notchedOutline"
|
||
>
|
||
<legend
|
||
class="PrivateNotchedOutline-legendLabelled-66 PrivateNotchedOutline-legendNotched-67"
|
||
>
|
||
<span>
|
||
Max Memory Buffer Size (0 uses default size)
|
||
*
|
||
</span>
|
||
</legend>
|
||
</fieldset>
|
||
</div>
|
||
</div>
|
||
<label
|
||
class="MuiFormControlLabel-root"
|
||
>
|
||
<span
|
||
aria-disabled="false"
|
||
class="MuiButtonBase-root MuiIconButton-root PrivateSwitchBase-root-68 MuiCheckbox-root MuiCheckbox-colorSecondary PrivateSwitchBase-checked-69 Mui-checked MuiIconButton-colorSecondary"
|
||
>
|
||
<span
|
||
class="MuiIconButton-label"
|
||
>
|
||
<input
|
||
class="PrivateSwitchBase-input-71"
|
||
data-indeterminate="false"
|
||
type="checkbox"
|
||
value=""
|
||
/>
|
||
<svg
|
||
aria-hidden="true"
|
||
class="MuiSvgIcon-root"
|
||
focusable="false"
|
||
viewBox="0 0 24 24"
|
||
>
|
||
<path
|
||
d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"
|
||
/>
|
||
</svg>
|
||
</span>
|
||
<span
|
||
class="MuiTouchRipple-root"
|
||
/>
|
||
</span>
|
||
<span
|
||
class="MuiTypography-root MuiFormControlLabel-label MuiTypography-body1"
|
||
>
|
||
Data Logger Enabled
|
||
</span>
|
||
</label>
|
||
</div>
|
||
<div
|
||
class="MuiFormControl-root MuiTextField-root MuiFormControl-marginNormal MuiFormControl-fullWidth"
|
||
>
|
||
<label
|
||
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-filled Mui-required Mui-required"
|
||
data-shrink="true"
|
||
for="max_disk_buffer_size"
|
||
id="max_disk_buffer_size-label"
|
||
>
|
||
Max Disk Buffer Size (0 uses default size)
|
||
<span
|
||
aria-hidden="true"
|
||
class="MuiFormLabel-asterisk MuiInputLabel-asterisk"
|
||
>
|
||
|
||
*
|
||
</span>
|
||
</label>
|
||
<div
|
||
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-fullWidth MuiInputBase-formControl"
|
||
>
|
||
<input
|
||
aria-invalid="false"
|
||
class="MuiInputBase-input MuiOutlinedInput-input"
|
||
id="max_disk_buffer_size"
|
||
maxlength="12"
|
||
name="max_disk_buffer_size"
|
||
required=""
|
||
type="number"
|
||
value="2"
|
||
/>
|
||
<fieldset
|
||
aria-hidden="true"
|
||
class="PrivateNotchedOutline-root-64 MuiOutlinedInput-notchedOutline"
|
||
>
|
||
<legend
|
||
class="PrivateNotchedOutline-legendLabelled-66 PrivateNotchedOutline-legendNotched-67"
|
||
>
|
||
<span>
|
||
Max Disk Buffer Size (0 uses default size)
|
||
*
|
||
</span>
|
||
</legend>
|
||
</fieldset>
|
||
</div>
|
||
</div>
|
||
<button
|
||
class="MuiButtonBase-root MuiButton-root MuiButton-contained makeStyles-submit-6 MuiButton-containedPrimary MuiButton-fullWidth"
|
||
tabindex="0"
|
||
type="submit"
|
||
>
|
||
<span
|
||
class="MuiButton-label"
|
||
>
|
||
Submit
|
||
</span>
|
||
<span
|
||
class="MuiTouchRipple-root"
|
||
/>
|
||
</button>
|
||
</form>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
`;
|