This commit is contained in:
Dennis Eichhorn 2023-06-20 22:10:23 +00:00
parent 9178a6db00
commit a944c777dd
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ final class VehicleMapper extends DataMapperFactory
'attributes' => [ 'attributes' => [
'mapper' => VehicleAttributeMapper::class, 'mapper' => VehicleAttributeMapper::class,
'table' => 'fleetmgmt_vehicle_attr', 'table' => 'fleetmgmt_vehicle_attr',
'self' => 'fleetmgmt_vehicle_attr_item', 'self' => 'fleetmgmt_vehicle_attr_vehicle',
'external' => null, 'external' => null,
], ],
'notes' => [ 'notes' => [

View File

@ -128,7 +128,7 @@ echo $this->data['nav']->render();
</section> </section>
</div> </div>
<div class="md-hidden col-md-6"> <div class="col-xs-12 col-md-6">
<section class="portlet"> <section class="portlet">
<div class="portlet-body"> <div class="portlet-body">
<img width="100%" src="<?= $vehicleImage->id === 0 <img width="100%" src="<?= $vehicleImage->id === 0