Commit 7965ed3323b82915014685a4620fcf1109b219c3

Authored by Luigi
1 parent a08de32e4b
Exists in master

Agregar titulo " Cisterna - vehículo "

src/views/foca-abm-vehiculos-item.html
... ... @@ -83,7 +83,7 @@
83 83 <th class="text-center">
84 84 <button
85 85 class="btn btn-outline-debo boton-accion"
86   - title="Agregar"
  86 + title="Agregar Cisterna"
87 87 ng-click="crearCisterna()"
88 88 ng-disabled="crear">
89 89 <i class="fa fa-plus"></i>
src/views/foca-abm-vehiculos-listado.html
... ... @@ -32,7 +32,7 @@
32 32 <button
33 33 ng-disabled="!idTransportista"
34 34 class="btn btn-outline-debo boton-accion"
35   - title="Agregar"
  35 + title="Agregar Vehículo"
36 36 ng-click="editar(0)"
37 37 ><i class="fa fa-plus"></i>
38 38 </button>