Commit 00c8661db1d73b6b4f1a4c2eb88de039a710c971
1 parent
bbc5a031b6
Exists in
master
Implementé botón para seguimiento gps.
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -20,9 +20,9 @@ angular.module('focaBotoneraPrincipal') |
20 | 20 | accion: '/venta-nota-pedido/crear' |
21 | 21 | }, |
22 | 22 | { |
23 | - texto: '', | |
24 | - clase: 'botonera-principal-vacio', | |
25 | - accion: '/' | |
23 | + texto: 'Seguimiento GPS', | |
24 | + clase: 'botonera-principal-seguimiento', | |
25 | + accion: '/admin-seguimiento' | |
26 | 26 | }, |
27 | 27 | { |
28 | 28 | texto: '', |