CEC-3320 - Add other car fields to edit form (#248)
* CEC-3320 - Add other car fields to edit form * info_source readonly
This commit is contained in:
@@ -67,6 +67,33 @@ const MainForm = ({ vin }) => {
|
||||
<p>
|
||||
<b>VIN</b>: {vin}
|
||||
</p>
|
||||
<p>
|
||||
<b>ICCID</b>: {vehicle.iccid}
|
||||
</p>
|
||||
<p>
|
||||
<b>Model</b>: {vehicle.model}
|
||||
</p>
|
||||
<p>
|
||||
<b>Year</b>: {vehicle.year}
|
||||
</p>
|
||||
<p>
|
||||
<b>Trim</b>: {vehicle.trim}
|
||||
</p>
|
||||
<p>
|
||||
<b>Country</b>: {vehicle.country}
|
||||
</p>
|
||||
<p>
|
||||
<b>Powertrain Type</b>: {vehicle.powertrain}
|
||||
</p>
|
||||
<p>
|
||||
<b>Restraint Type</b>: {vehicle.restraint}
|
||||
</p>
|
||||
<p>
|
||||
<b>Body Type</b>: {vehicle.body_type}
|
||||
</p>
|
||||
<p>
|
||||
<b>Info Source</b>: {vehicle.info_source}
|
||||
</p>
|
||||
{vehicle.log_level != null && (
|
||||
<p>
|
||||
<b>Log Level</b>: {vehicle.log_level}
|
||||
|
||||
Reference in New Issue
Block a user