CEC-749 Fix types (#144)
This commit is contained in:
@@ -5644,7 +5644,7 @@ exports[`App Route /tools/certificates/add authenticated 1`] = `
|
||||
class="PrivateSwitchBase-input-1436"
|
||||
name="cert-type"
|
||||
type="radio"
|
||||
value="TREX"
|
||||
value="TBOX"
|
||||
/>
|
||||
<div
|
||||
class="PrivateRadioButtonIcon-root-1437 PrivateRadioButtonIcon-checked-1439"
|
||||
@@ -5678,7 +5678,7 @@ exports[`App Route /tools/certificates/add authenticated 1`] = `
|
||||
<span
|
||||
class="MuiTypography-root MuiFormControlLabel-label MuiTypography-body1"
|
||||
>
|
||||
TREX
|
||||
TBOX
|
||||
</span>
|
||||
</label>
|
||||
<label
|
||||
@@ -5695,7 +5695,7 @@ exports[`App Route /tools/certificates/add authenticated 1`] = `
|
||||
class="PrivateSwitchBase-input-1436"
|
||||
name="cert-type"
|
||||
type="radio"
|
||||
value="HMI"
|
||||
value="ICC"
|
||||
/>
|
||||
<div
|
||||
class="PrivateRadioButtonIcon-root-1437"
|
||||
@@ -5729,7 +5729,7 @@ exports[`App Route /tools/certificates/add authenticated 1`] = `
|
||||
<span
|
||||
class="MuiTypography-root MuiFormControlLabel-label MuiTypography-body1"
|
||||
>
|
||||
HMI
|
||||
ICC
|
||||
</span>
|
||||
</label>
|
||||
<label
|
||||
@@ -5746,7 +5746,7 @@ exports[`App Route /tools/certificates/add authenticated 1`] = `
|
||||
class="PrivateSwitchBase-input-1436"
|
||||
name="cert-type"
|
||||
type="radio"
|
||||
value="CHARGE"
|
||||
value="Charging"
|
||||
/>
|
||||
<div
|
||||
class="PrivateRadioButtonIcon-root-1437"
|
||||
|
||||
Reference in New Issue
Block a user