Commit 5e0afa91f483c3243a7e9248bc76ffd5bcc477f3

Authored by Eric Fernandez
Exists in master

Merge branch 'master' of http://git.focasoftware.com/npm/foca-logistica-pedido-ruta

src/views/foca-logistica-pedido-ruta.html
... ... @@ -83,14 +83,14 @@
83 83 <div class="row px-5">
84 84 <div class="col-10">
85 85 <foca-logistica
86   - latitud="-32.89214159952345"
87   - longitud="-68.84572999101856"
88   - zoom="14"
  86 + latitud="-34.7152975"
  87 + longitud="-65.9053867"
  88 + zoom="5"
89 89 marcadores="marcadores"
90 90 parametros= "datosBuscados"
91 91 />
92 92 </div>
93   - <div class="row">
  93 + <div class="row">
94 94 <div
95 95 class="container col-auto"
96 96 ng-repeat="vehiculo in vehiculos"
... ... @@ -143,7 +143,7 @@
143 143 </div>
144 144 </div>
145 145 <div
146   - class="ml-1 border border-dark text-center"
  146 + class="ml-1 border border-dark text-center w-100"
147 147 ng-show="arrastrando"
148 148 id="{{vehiculo.id}}"
149 149 ondrop="drop(event)"